All FixedStart, FlyingStart and FlyingStartMassCollection methods reorganised, common sequences used, ver. 2.9.337

This commit is contained in:
Milan Hanajik
2016-08-17 15:38:09 +02:00
parent 785aae3b73
commit d4b20876b2
60 changed files with 2136 additions and 2342 deletions
@@ -16,7 +16,7 @@ namespace TBF.BenchControl.TestMethods.ReferenceFlowmeterCalibration
public bool Evaluate(Test test) { return false; }
public bool Publish(Test test) { return false; }
public bool CanTest(MetersKind meters) { return true; }
public bool CanTest(MetersKind meters) { return meters != MetersKind.HeatMeter; }
public TestMethod()
{