Update flowexp

This commit is contained in:
Vegard Kippe 2024-09-24 14:26:36 +02:00
parent 5745f92b08
commit dee9985a41

View File

@ -142,7 +142,7 @@ public:
{
// \Note: the SimulatorTimer does not carry any useful information, so PRT file (if it gets output) will contain wrong
// timing information.
ParentType::writeOutput(SimulatorTimer{}, verbose);
ParentType::writeOutput(verbose);
}
}