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

Method callSyncHook

src/Modules/Modules.cpp:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130double Modules::callSyncHook(double currentTime, double timeTolerance, bool forceSyncPoint) {
131 return instance()._callSyncHook(currentTime, timeTolerance, forceSyncPoint);
132}
133
134void Modules::setSimulationStartTime(double time) { instance()._setSimulationStartTime(time); }
135

Callers

nothing calls this directly

Calls 1

_callSyncHookMethod · 0.80

Tested by

no test coverage detected