From dee9985a410188a5394b82a9e3691a4fee82123a Mon Sep 17 00:00:00 2001 From: Vegard Kippe Date: Tue, 24 Sep 2024 14:26:36 +0200 Subject: [PATCH] Update flowexp --- flowexperimental/flowexp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowexperimental/flowexp.hpp b/flowexperimental/flowexp.hpp index 7566fecc6..80368ac02 100644 --- a/flowexperimental/flowexp.hpp +++ b/flowexperimental/flowexp.hpp @@ -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); } }