Style changes to prevent warnings.

This commit is contained in:
Milan Hanajik
2021-04-03 00:54:18 +02:00
parent e651244601
commit 535038bce1
83 changed files with 161 additions and 381 deletions
@@ -120,10 +120,10 @@ namespace TBF.Rig.TestMethods.SensitivityTest
/// float timeHr = volumeLtr / (1000.0f * targetFlow);
/// float timeSec = 3600.0f * timeHr;
/// int refPulses = (int)(timeSec * (2000.0f * targetFlow / pOut.FlowMeter.NominalFlow));
int totalPulses = (int)(test.Volume / LtrPerRefPulse + 0.5f);
int totalPulses = (int)(test.Volume / LtrPerRefPulse + 0.5f);
///============================================================================================
//====================================
loop:
/// Read pressure and temperature once before calling Bridge.OnTestSelected(...)
State.Create(string.Format("{0}({1}) : Measuring process data", test.Method, test.Name))
.AddOperation(checkUiOp)
@@ -590,8 +590,6 @@ namespace TBF.Rig.TestMethods.SensitivityTest
while (!e.Contains(Event.PreviousStopped));
}
stopTestWOStoppingDivGateEtc:
return new List<Event> { retVal };
}
}