| 2034 | } |
| 2035 | |
| 2036 | static PyObject *Py_ops_groundMotion(PyObject *self, PyObject *args) |
| 2037 | { |
| 2038 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 2039 | |
| 2040 | if (OPS_groundMotion() < 0) { |
| 2041 | opserr<<(void*)0; |
| 2042 | return NULL; |
| 2043 | } |
| 2044 | |
| 2045 | return wrapper->getResults(); |
| 2046 | } |
| 2047 | |
| 2048 | static PyObject *Py_ops_equalDOF_Mixed(PyObject *self, PyObject *args) |
| 2049 | { |
nothing calls this directly
no test coverage detected