coupling modifictions for timeControl and iterate

This commit is contained in:
hamidrezanorouzi
2023-01-08 14:06:26 +03:30
parent fef0c4fe96
commit 782c0d5667
5 changed files with 100 additions and 15 deletions

View File

@ -144,7 +144,13 @@ public:
bool beforeIteration() = 0;
virtual
bool iterate(int32 n, real timeToWrite, word timeName) = 0;
bool iterate(
real upToTime,
real timeToWrite,
word timeName) = 0;
virtual
bool iterate(real upToTime) = 0;