| 869 | } |
| 870 | |
| 871 | static PyObject *Py_ops_SP(PyObject *self, PyObject *args) |
| 872 | { |
| 873 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 874 | |
| 875 | if (OPS_SP() < 0) { |
| 876 | opserr<<(void*)0; |
| 877 | return NULL; |
| 878 | } |
| 879 | |
| 880 | return wrapper->getResults(); |
| 881 | } |
| 882 | |
| 883 | static PyObject *Py_ops_fixX(PyObject *self, PyObject *args) |
| 884 | { |
nothing calls this directly
no test coverage detected