| 2298 | } |
| 2299 | |
| 2300 | static PyObject *Py_ops_sensNodeVel(PyObject *self, PyObject *args) |
| 2301 | { |
| 2302 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 2303 | |
| 2304 | if (OPS_sensNodeVel() < 0) { |
| 2305 | opserr<<(void*)0; |
| 2306 | return NULL; |
| 2307 | } |
| 2308 | |
| 2309 | return wrapper->getResults(); |
| 2310 | } |
| 2311 | |
| 2312 | static PyObject *Py_ops_sensNodeAccel(PyObject *self, PyObject *args) |
| 2313 | { |
nothing calls this directly
no test coverage detected