ulong --> UInt128 in all 'route' related variables, ver. 2.12.419
This commit is contained in:
@@ -13,6 +13,7 @@ using Config.Entities;
|
||||
using TBF.BenchControl.Generic;
|
||||
using TBF.BenchControl.GenericDevices;
|
||||
using TBF.BenchControl.Sequences;
|
||||
using Dirichlet.Numerics;
|
||||
|
||||
namespace TBF.BenchControl
|
||||
{
|
||||
@@ -217,7 +218,7 @@ namespace TBF.BenchControl
|
||||
SequenceBase.PumpsWithFM = new List<IPumpFM>();
|
||||
SequenceBase.WaterMeters = new List<IWaterMeter>();
|
||||
SequenceBase.Cameras = new List<ICamera>();
|
||||
ulong valvesToInvert = 0;
|
||||
UInt128 valvesToInvert = 0;
|
||||
foreach (var cmpnt in components)
|
||||
{
|
||||
if (cmpnt is Elde.ControlBoardDev) ControlBoard = cmpnt as Elde.ControlBoardDev;
|
||||
|
||||
Reference in New Issue
Block a user