| 586 | } |
| 587 | |
| 588 | static PyObject *Py_ops_geomTransf(PyObject *self, PyObject *args) |
| 589 | { |
| 590 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 591 | |
| 592 | if (OPS_CrdTransf() < 0) { |
| 593 | opserr<<(void*)0; |
| 594 | return NULL; |
| 595 | } |
| 596 | |
| 597 | return wrapper->getResults(); |
| 598 | } |
| 599 | static PyObject* Py_ops_damping(PyObject* self, PyObject* args) |
| 600 | { |
| 601 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
nothing calls this directly
no test coverage detected