| 2310 | } |
| 2311 | |
| 2312 | static PyObject *Py_ops_sensNodeAccel(PyObject *self, PyObject *args) |
| 2313 | { |
| 2314 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 2315 | |
| 2316 | if (OPS_sensNodeAccel() < 0) { |
| 2317 | opserr<<(void*)0; |
| 2318 | return NULL; |
| 2319 | } |
| 2320 | |
| 2321 | return wrapper->getResults(); |
| 2322 | } |
| 2323 | |
| 2324 | static PyObject *Py_ops_sensLambda(PyObject *self, PyObject *args) |
| 2325 | { |
nothing calls this directly
no test coverage detected