MCPcopy Create free account
hub / github.com/JSBSim-Team/jsbsim / CloseFile

Method CloseFile

src/input_output/FGOutputTextFile.h:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89 bool OpenFile(void) override;
90 void CloseFile(void) override { if (datafile.is_open()) datafile.close(); }
91};
92}
93//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected