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

Method close

DEVELOPER/core/DataFileStream.cpp:189–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

writeMethod · 0.95
~StandardStreamMethod · 0.45
setFileMethod · 0.45
~DataFileStreamMethod · 0.45
setFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected