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

Function OPS_stopTimer

SRC/interpreter/OpenSeesCommands.cpp:3103–3111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3101}
3102
3103int OPS_stopTimer()
3104{
3105 if (cmds == 0) return 0;
3106 Timer* theTimer = cmds->getTimer();
3107 if (theTimer == 0) return -1;
3108 theTimer->pause();
3109 opserr << *theTimer;
3110 return 0;
3111}
3112
3113int OPS_modalDamping()
3114{

Callers 2

Tcl_ops_stopTimerFunction · 0.85
Py_ops_stopTimerFunction · 0.85

Calls 2

getTimerMethod · 0.80
pauseMethod · 0.80

Tested by

no test coverage detected