- Return true if time currently being sub-cycled, otherwise false
| 430 | |
| 431 | //- Return true if time currently being sub-cycled, otherwise false |
| 432 | bool subCycling() const |
| 433 | { |
| 434 | return subCycling_; |
| 435 | } |
| 436 | |
| 437 | //- Return previous TimeState if time is being sub-cycled |
| 438 | const TimeState& prevTimeState() const |
no outgoing calls
no test coverage detected