| 1505 | } |
| 1506 | |
| 1507 | static PyObject *Py_ops_stopTimer(PyObject *self, PyObject *args) |
| 1508 | { |
| 1509 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1510 | |
| 1511 | if (OPS_stopTimer() < 0) { |
| 1512 | opserr<<(void*)0; |
| 1513 | return NULL; |
| 1514 | } |
| 1515 | |
| 1516 | return wrapper->getResults(); |
| 1517 | } |
| 1518 | |
| 1519 | static PyObject *Py_ops_modalDamping(PyObject *self, PyObject *args) |
| 1520 | { |
nothing calls this directly
no test coverage detected