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

Method addOutputFile

SRC/utility/SimulationInformation.cpp:295–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293
294
295int
296SimulationInformation::addOutputFile(const char *fileName, const char *path)
297{
298 theFiles->addFile(fileName, path, "Output File");
299
300 return 0;
301}
302
303
304

Callers 2

logFileFunction · 0.45
TclCreateRecorderFunction · 0.45

Calls 1

addFileMethod · 0.45

Tested by

no test coverage detected