Tue 27 Jan 00:26:46 CET 2026
This commit is contained in:
parent
69255ed032
commit
12b3a70be0
|
|
@ -243,6 +243,10 @@ class EngineController():
|
||||||
|
|
||||||
if self.SimNDT_SnapShots.enableVolume:
|
if self.SimNDT_SnapShots.enableVolume:
|
||||||
self.SimNDT_SnapShots.save_vol()
|
self.SimNDT_SnapShots.save_vol()
|
||||||
|
if self.SimNDT_SnapShots.enableSummary:
|
||||||
|
self.SimNDT_SnapShots.save_summary(
|
||||||
|
self.simPack.Simulation.dt,
|
||||||
|
self.simPack.Simulation.dx)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user