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
@@ -523,7 +523,8 @@ namespace TBF.BenchControl.TestMethods.FixedStartAdvanced
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;
for (int i = 0; i < BatchRslts.WMPositionsCount; i++)
{