MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / flush

Method flush

SRC/recorder/RemoveRecorder.cpp:1282–1287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1280}
1281
1282int RemoveRecorder::flush(void) {
1283 if (theFile.is_open() && theFile.good()) {
1284 theFile.flush();
1285 }
1286 return 0;
1287}

Callers 1

recordMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected