All FixedStart, FlyingStart and FlyingStartMassCollection methods reorganised, common sequences used, ver. 2.9.337
This commit is contained in:
+1
-1
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user