Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ setFile
Method
setFile
SRC/recorder/FilePlotter.cpp:207–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
}
206
207
int
208
FilePlotter::setFile(char *newFileName)
209
{
210
strcpy(fileName1, newFileName);
211
return 0;
212
}
213
214
int
215
FilePlotter::plotFile(void)
Callers
1
GSA_Recorder
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected