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

Method flush

SRC/handler/DataFileStreamAdd.cpp:897–902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

895}
896
897int DataFileStreamAdd::flush() {
898 if (theFile.is_open() && theFile.good()) {
899 theFile.flush();
900 }
901 return 0;
902}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected