From 12b3a70be01c608db787977d65da01b215dd9435 Mon Sep 17 00:00:00 2001 From: sbosse Date: Tue, 27 Jan 2026 00:29:23 +0100 Subject: [PATCH] Tue 27 Jan 00:26:46 CET 2026 --- src/SimNDT/run_setup/engineController.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/SimNDT/run_setup/engineController.py b/src/SimNDT/run_setup/engineController.py index 27c3893..d00fad3 100644 --- a/src/SimNDT/run_setup/engineController.py +++ b/src/SimNDT/run_setup/engineController.py @@ -243,6 +243,10 @@ class EngineController(): if self.SimNDT_SnapShots.enableVolume: self.SimNDT_SnapShots.save_vol() + if self.SimNDT_SnapShots.enableSummary: + self.SimNDT_SnapShots.save_summary( + self.simPack.Simulation.dt, + self.simPack.Simulation.dx)