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

Method loadCheckpoint

src/IO/Manager.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28double OutputManager::loadCheckpoint(const std::string& path) {
29 return checkpointManager.loadCheckpoint(path);
30}
31
32void OutputManager::setupCheckpoint(double interval) {
33 writer::ScheduledWriter checkpointScheduled;

Callers 1

setupCheckpointingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected