Skip to content

Commit

Permalink
Removed deprecated note from FR1 in GlassBR; closes #877
Browse files Browse the repository at this point in the history
  • Loading branch information
samm82 committed May 1, 2019
1 parent f8fbd05 commit c510e42
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions code/drasil-example/Drasil/GlassBR/Requirements.hs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import Data.Drasil.Concepts.Software (errMsg)

import Data.Drasil.SentenceStructures (FoldType(List), SepType(Comma), andThe,
foldlList, foldlSent, foldlSent_, follows, ofThe, sAnd, sOf)
import Data.Drasil.SI_Units (metre, millimetre)
import Data.Drasil.Utils (bulletFlat)

import Drasil.GlassBR.Assumptions (assumpSV, assumpGL, assumptionConstants)
Expand Down Expand Up @@ -64,12 +63,10 @@ inputGlassPropsDesc, checkInputWithDataConsDesc, outputValsAndKnownQuantsDesc ::
checkGlassSafetyDesc :: NamedChunk -> Sentence

inputGlassPropsDesc = foldlSent [at_start input_, S "the", plural quantity, S "from",
makeRef2S inputGlassPropsTable `sC` S "which define the" +:+. foldlList Comma List
makeRef2S inputGlassPropsTable `sC` S "which define the" +:+ foldlList Comma List
[phrase glass +:+ plural dimension, (glassTy ^. defn), S "tolerable" +:+
phrase probability `sOf` phrase failure, (plural characteristic `ofThe`
phrase blast)] +: S "Note", ch plate_len `sAnd` ch plate_width,
S "will be input in terms of", plural millimetre `sAnd`
S "will be converted to the equivalent value in", plural metre]
phrase blast)]]

inputGlassPropsTable :: LabelledContent
inputGlassPropsTable = llcc (makeTabRef "InputGlassPropsReqInputs") $
Expand Down
2 changes: 1 addition & 1 deletion code/drasil-example/drasil-example.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: drasil-example
Version: 0.1.19
Version: 0.1.20
Cabal-Version: >= 1.18
Author: Dan Szymczak, Steven Palmer, Jacques Carette, Spencer Smith
build-type: Simple
Expand Down
2 changes: 1 addition & 1 deletion code/stable/glassbr/SRS/GlassBR_SRS.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ \subsection{Functional Requirements}
\label{Sec:FRs}
The following section provides the functional requirements, the business tasks that the software is expected to complete.
\begin{itemize}
\item[Input-Glass-Props:\phantomsection\label{inputGlassProps}]Input the quantities from \hyperref[Table:InputGlassPropsReqInputs]{Table:InputGlassPropsReqInputs}, which define the glass dimensions, type of glass, tolerable probability of failure, and the characteristics of the blast. Note: $a$ and $b$ will be input in terms of millimetres and will be converted to the equivalent value in metres.
\item[Input-Glass-Props:\phantomsection\label{inputGlassProps}]Input the quantities from \hyperref[Table:InputGlassPropsReqInputs]{Table:InputGlassPropsReqInputs}, which define the glass dimensions, type of glass, tolerable probability of failure, and the characteristics of the blast.
\item[System-Set-Values-Following-Assumptions:\phantomsection\label{sysSetValsFollowingAssumps}]The system shall set the known values as follows:
\begin{itemize}
\item{$m$, $k$, $E$, and ${t_{d}}$ following \hyperref[assumpSV]{A: standardValues}}
Expand Down
2 changes: 1 addition & 1 deletion code/stable/glassbr/Website/GlassBR_SRS.html
Original file line number Diff line number Diff line change
Expand Up @@ -3328,7 +3328,7 @@ <h2>
<div class="list">
<p>
<div id="inputGlassProps">
Input-Glass-Props: Input the quantities from <a href=#Table:InputGlassPropsReqInputs>Table:InputGlassPropsReqInputs</a>, which define the glass dimensions, type of glass, tolerable probability of failure, and the characteristics of the blast. Note: <em>a</em> and <em>b</em> will be input in terms of millimetres and will be converted to the equivalent value in metres.
Input-Glass-Props: Input the quantities from <a href=#Table:InputGlassPropsReqInputs>Table:InputGlassPropsReqInputs</a>, which define the glass dimensions, type of glass, tolerable probability of failure, and the characteristics of the blast.
</div>
</p>
<p>
Expand Down

0 comments on commit c510e42

Please sign in to comment.