| 1157 | } |
| 1158 | |
| 1159 | static PyObject *Py_ops_nodeVel(PyObject *self, PyObject *args) |
| 1160 | { |
| 1161 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1162 | |
| 1163 | if (OPS_nodeVel() < 0) { |
| 1164 | opserr<<(void*)0; |
| 1165 | return NULL; |
| 1166 | } |
| 1167 | |
| 1168 | return wrapper->getResults(); |
| 1169 | } |
| 1170 | |
| 1171 | static PyObject *Py_ops_setNodeVel(PyObject *self, PyObject *args) |
| 1172 | { |
nothing calls this directly
no test coverage detected