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

Method end

DEVELOPER/core/SimulationInformation.cpp:118–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118int
119SimulationInformation::end(void)
120{
121 time_t timeT;
122 if (time(&timeT) != 0) {
123#ifdef _WIN32
124 const char *eTime = ctime(&timeT);
125 strcpy(endTime, eTime);
126#else
127 ctime_r(&timeT, &endTime[0]);
128#endif
129 }
130
131 return 0;
132}
133
134int
135SimulationInformation::setTitle(const char *name)

Callers 12

neesUploadMethod · 0.95
addComponentMethod · 0.45
removeComponentMethod · 0.45
getComponentPtrMethod · 0.45
clearAllMethod · 0.45
PrintMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
uniqueMethod · 0.45
addFileMethod · 0.45
getFileMethod · 0.45
buildEleGraphMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected