This commit is contained in:
michael
2026-01-18 03:24:20 +01:00
parent e39718a21a
commit fa18cc1ce3
3 changed files with 65 additions and 65 deletions

View File

@@ -454,7 +454,7 @@ std::string ClassFlowControll::getReadoutAll(int _type)
case READOUT_TYPE_PREVALUE:
if (flowpostprocessing->PreValueUse)
{
if ((*numbers)[i]->PreValueOkay)
if ((*numbers)[i]->PreValueValid)
{
out = out + (*numbers)[i]->ReturnPreValue;
}