| 1217 | } |
| 1218 | |
| 1219 | static PyObject *Py_ops_nodeAccel(PyObject *self, PyObject *args) |
| 1220 | { |
| 1221 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1222 | |
| 1223 | if (OPS_nodeAccel() < 0) { |
| 1224 | opserr<<(void*)0; |
| 1225 | return NULL; |
| 1226 | } |
| 1227 | |
| 1228 | return wrapper->getResults(); |
| 1229 | } |
| 1230 | |
| 1231 | static PyObject *Py_ops_setNodeAccel(PyObject *self, PyObject *args) |
| 1232 | { |
nothing calls this directly
no test coverage detected