typo
This commit is contained in:
parent
60703dcbe1
commit
393adae570
@ -261,7 +261,7 @@ inputs), and in this case the analysis would only need to be performed once.
|
|||||||
%%
|
%%
|
||||||
%This stage analyses the results from bottom-up FMEA analysis ($R$), and collects
|
%This stage analyses the results from bottom-up FMEA analysis ($R$), and collects
|
||||||
%results that, from the perspective of the functional~group, have the same failure symptom.
|
%results that, from the perspective of the functional~group, have the same failure symptom.
|
||||||
iThis stage collects results into `Symptom' sets.
|
This stage collects results into `Symptom' sets.
|
||||||
Each result from the preceding stage is examined and collected
|
Each result from the preceding stage is examined and collected
|
||||||
into common symptom sets.
|
into common symptom sets.
|
||||||
That is to say, each result in a symptom set, from the perspective of the functional group
|
That is to say, each result in a symptom set, from the perspective of the functional group
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
\usepackage{amsfonts,amsmath,amsthm}
|
\usepackage{amsfonts,amsmath,amsthm}
|
||||||
\usepackage{algorithm}
|
\usepackage{algorithm}
|
||||||
\usepackage{algorithmic}
|
\usepackage{algorithmic}
|
||||||
%% fix for hyperref bug in algorithm package
|
|
||||||
\newcommand{\theHalgorithm}{\arabic{algorithm}}
|
|
||||||
|
|
||||||
|
%% fix for hyperref bug in algorithm package
|
||||||
|
\newcommand{\theHalgorithm}{\thechapter.\arabic{algorithm}}
|
||||||
\usepackage{ifthen}
|
\usepackage{ifthen}
|
||||||
\newboolean{paper}
|
\newboolean{paper}
|
||||||
\setboolean{paper}{false} % boolvar=true or false
|
\setboolean{paper}{false} % boolvar=true or false
|
||||||
|
Loading…
Reference in New Issue
Block a user