| 2190 | } |
| 2191 | |
| 2192 | static PyObject *Py_ops_getNP(PyObject *self, PyObject *args) |
| 2193 | { |
| 2194 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 2195 | |
| 2196 | if (OPS_getNP() < 0) { |
| 2197 | opserr<<(void*)0; |
| 2198 | return NULL; |
| 2199 | } |
| 2200 | |
| 2201 | return wrapper->getResults(); |
| 2202 | } |
| 2203 | |
| 2204 | static PyObject *Py_ops_barrier(PyObject *self, PyObject *args) |
| 2205 | { |
nothing calls this directly
no test coverage detected