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

Method end

SRC/utility/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 15

removeComponentMethod · 0.45
getComponentPtrMethod · 0.45
clearAllMethod · 0.45
PrintMethod · 0.45
operator()Method · 0.45
~FileDatastoreMethod · 0.45
resetFilePointersMethod · 0.45
sendIDMethod · 0.45
recvIDMethod · 0.45
sendMatrixMethod · 0.45
recvMatrixMethod · 0.45
sendVectorMethod · 0.45

Calls

no outgoing calls

Tested by 3

OPS_NDTestFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36