Bug fix for the case of combined WM test and odd total nr. of watermeters (Munich)
This commit is contained in:
@@ -408,7 +408,8 @@ namespace TBF.BenchControl
|
||||
}
|
||||
if (pmtrs != null)
|
||||
{
|
||||
for (int i = 0; i < Program.WMsCount; i++)
|
||||
int count = Math.Min(Program.WMsCount, pmtrs.RegisterReaders.Length);
|
||||
for (int i = 0; i < count; i++)
|
||||
{
|
||||
if ((pmtrs.RegisterReaders[i] != null) &&
|
||||
(pmtrs.RegisterReaders[i].Cfg.DebugLevel == Entities.DebugMode.DetectedOff))
|
||||
|
||||
Reference in New Issue
Block a user