utwente-fmt / dftcalc

DFTCalc: A Dynamic Fault Tree calculator for reliability and availability
http://fmt.ewi.utwente.nl/tools/dftcalc/
MIT License
12 stars 6 forks source link

MTTF header output overrides other metrics #5

Closed hobborg closed 5 years ago

hobborg commented 5 years ago

When calling with "-m" option, the output print shows MTTF(...) = <val> for all analysis options passed. The output values <val> are not overriden, only the output header is.
To reproduce run with options -p -s -m and -p -m -t 10 on the following FT:

toplevel "TLE";
"TLE" and "B1" "B2";
"B1" lambda=0.09 repair=333.33;
"B2" lambda=0.12 repair=333.33;