| 2346 | } |
| 2347 | |
| 2348 | static PyObject *Py_ops_sensNodePressure(PyObject *self, PyObject *args) |
| 2349 | { |
| 2350 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 2351 | |
| 2352 | if (OPS_sensNodePressure() < 0) { |
| 2353 | opserr<<(void*)0; |
| 2354 | return NULL; |
| 2355 | } |
| 2356 | |
| 2357 | return wrapper->getResults(); |
| 2358 | } |
| 2359 | |
| 2360 | static PyObject *Py_ops_getNumElements(PyObject *self, PyObject *args) |
| 2361 | { |
nothing calls this directly
no test coverage detected