mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
coupling modifictions for timeControl and iterate
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user