Added correction for IGRP array

This commit is contained in:
Jostein Alvestad 2018-07-04 18:00:18 +02:00
parent 5b1ec7b5b0
commit c720c48ba0

View File

@ -309,7 +309,8 @@ namespace {
//find group level ("FIELD" is level 0) and store the level in
//location nwgmax + 27
const auto grpLevel = currentGroupLevel(sched, group, simStep);
iGrp[nwgmax+27] = grpLevel;
// set values for group probably connected to GCONPROD settings
//
if (group.name() != "FIELD")