tstRslt.FlowMin evaluated, saved to Oracle DB only.

This commit is contained in:
Milan Hanajik
2017-05-25 14:06:05 +02:00
parent 3deb24f89a
commit 294cc73e36
9 changed files with 17 additions and 8 deletions
@@ -730,7 +730,8 @@ namespace TBF.BenchControl.TestMethods.FlyingStartMassCollection
tstRslt.ErrorMaster = Formulas.ErrorFromVolumes(tstRslt.VolumeMaster, tstRslt.VolumeCTV);
tstRslt.FlowMean = (float)RefFlowStat.Average;
tstRslt.FlowMax = (float)RefFlowStat.Max;
tstRslt.FlowMin = (float)RefFlowStat.Min;
tstRslt.FlowMax = (float)RefFlowStat.Max;
if (compoundTestParams != null)
{