Merge pull request #67 from Applied-Fluid-Dynamics/main

Correcting time constructor for OpenFOAM
This commit is contained in:
PhasicFlow 2023-01-27 11:48:46 +03:30 committed by GitHub
commit dbfb5bdcea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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_(