MCPcopy Create free account
hub / github.com/SeisSol/SeisSol / setCurrentTime

Method setCurrentTime

src/Solver/Simulator.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void seissol::Simulator::setCurrentTime( double i_currentTime ) {
70 assert( i_currentTime >= 0 );
71 m_currentTime = i_currentTime;
72}
73
74void seissol::Simulator::abort() {
75 m_abort = true;

Callers 1

setupCheckpointingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected