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

Method close

SRC/handler/DataFileStream.cpp:191–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191int
192DataFileStream::close(openMode nextOpenMode)
193{
194 if (fileOpen != 0)
195 theFile.close();
196 fileOpen = 0;
197
198 theOpenMode = nextOpenMode;
199
200 return 0;
201}
202
203
204int

Callers 3

writeMethod · 0.95
~DataFileStreamMethod · 0.45
setFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected