This commit is contained in:
jomjol
2020-08-16 20:22:14 +02:00
parent c7aa0f34ca
commit f30dc8d7cf
4 changed files with 14 additions and 19 deletions

View File

@@ -124,7 +124,7 @@ bool ClassFlowControll::doFlow(string time)
string ClassFlowControll::getReadout(bool _rawvalue = false)
{
if (flowpostprocessing)
return flowpostprocessing->getReadout();
return flowpostprocessing->getReadoutParam(_rawvalue);
string zw = "";
string result = "";