mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
correction for timeFolder save
This commit is contained in:
@ -197,7 +197,7 @@ bool pFlow::sphereDEMSystem::iterate(
|
||||
word timeName)
|
||||
{
|
||||
|
||||
Control().time().setEndTime(upToTime);
|
||||
Control().time().setStopAt(upToTime);
|
||||
Control().time().setOutputToFile(timeToWrite, timeName);
|
||||
|
||||
loop();
|
||||
@ -207,7 +207,7 @@ bool pFlow::sphereDEMSystem::iterate(
|
||||
|
||||
bool pFlow::sphereDEMSystem::iterate(real upToTime)
|
||||
{
|
||||
Control().time().setEndTime(upToTime);
|
||||
Control().time().setStopAt(upToTime);
|
||||
loop();
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user