Fix IUAD input index
This commit is contained in:
committed by
Jostein Alvestad
parent
e02fa5d04f
commit
29c3310671
@@ -799,7 +799,7 @@ namespace {
|
||||
}
|
||||
|
||||
auto udq = std::make_shared<UDQActive>(this->udqActive(currentStep));
|
||||
if (properties->updateUDQActive(*udq))
|
||||
if (properties->updateUDQActive(this->getUDQConfig(currentStep), *udq))
|
||||
this->updateUDQActive(currentStep, udq);
|
||||
}
|
||||
}
|
||||
@@ -907,7 +907,7 @@ namespace {
|
||||
}
|
||||
|
||||
auto udq = std::make_shared<UDQActive>(this->udqActive(currentStep));
|
||||
if (injection->updateUDQActive(*udq))
|
||||
if (injection->updateUDQActive(this->getUDQConfig(currentStep), *udq))
|
||||
this->updateUDQActive(currentStep, udq);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user