| 1241 | } |
| 1242 | |
| 1243 | static PyObject *Py_ops_nodeResponse(PyObject *self, PyObject *args) |
| 1244 | { |
| 1245 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1246 | |
| 1247 | if (OPS_nodeResponse() < 0) { |
| 1248 | opserr<<(void*)0; |
| 1249 | return NULL; |
| 1250 | } |
| 1251 | |
| 1252 | return wrapper->getResults(); |
| 1253 | } |
| 1254 | |
| 1255 | static PyObject *Py_ops_nodeCoord(PyObject *self, PyObject *args) |
| 1256 | { |
nothing calls this directly
no test coverage detected