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

Method close

SRC/handler/DataFileStreamAdd.cpp:190–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190int
191DataFileStreamAdd::close(void)
192{
193 if (fileOpen != 0)
194 theFile.close();
195 fileOpen = 0;
196
197 return 0;
198}
199
200
201int

Callers 3

writeMethod · 0.95
~DataFileStreamAddMethod · 0.45
setFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected