Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ addOutputFile
Method
addOutputFile
DEVELOPER/core/SimulationInformation.cpp:295–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
293
294
295
int
296
SimulationInformation::addOutputFile(const char *fileName, const char *path)
297
{
298
theFiles->addFile(fileName, path,
"Output File"
);
299
300
return 0;
301
}
302
303
304
Callers
nothing calls this directly
Calls
1
addFile
Method · 0.45
Tested by
no test coverage detected