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

Method flush

SRC/recorder/PatternRecorder.cpp:179–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179int PatternRecorder::flush(void) {
180 if (theFile.is_open() && theFile.good()) {
181 theFile.flush();
182 }
183 return 0;
184}

Callers 1

recordMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected