Tue 27 Jan 00:26:46 CET 2026

This commit is contained in:
sbosse 2026-01-27 00:29:23 +01:00
parent 69255ed032
commit 12b3a70be0

View File

@ -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)