| 322 | } |
| 323 | |
| 324 | static PyObject *Py_ops_getDampTangent(PyObject *self, PyObject *args) |
| 325 | { |
| 326 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 327 | |
| 328 | if (OPS_getDampTangent() < 0) { |
| 329 | opserr<<(void*)0; |
| 330 | return NULL; |
| 331 | } |
| 332 | |
| 333 | return wrapper->getResults(); |
| 334 | } |
| 335 | |
| 336 | static PyObject *Py_ops_wipe(PyObject *self, PyObject *args) |
| 337 | { |
nothing calls this directly
no test coverage detected