| 2334 | } |
| 2335 | |
| 2336 | static PyObject *Py_ops_sensSectionForce(PyObject *self, PyObject *args) |
| 2337 | { |
| 2338 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 2339 | |
| 2340 | if (OPS_sensSectionForce() < 0) { |
| 2341 | opserr<<(void*)0; |
| 2342 | return NULL; |
| 2343 | } |
| 2344 | |
| 2345 | return wrapper->getResults(); |
| 2346 | } |
| 2347 | |
| 2348 | static PyObject *Py_ops_sensNodePressure(PyObject *self, PyObject *args) |
| 2349 | { |
nothing calls this directly
no test coverage detected