Correcting time constructor for OpenFOAM

This commit is contained in:
Bahram 2023-01-26 16:00:55 +01:00
parent 9f546aebdd
commit 154e912c7b
1 changed files with 5 additions and 1 deletions

View File

@ -208,7 +208,11 @@ pFlow::systemControl::systemControl(
Time_ Time_
( (
this, this,
settingsDict_ settingsDict_,
startTime,
endTime,
saveInterval,
startTimeName
), ),
externalTimeControl_(true), externalTimeControl_(true),
g_( g_(