| 1253 | } |
| 1254 | |
| 1255 | static PyObject *Py_ops_nodeCoord(PyObject *self, PyObject *args) |
| 1256 | { |
| 1257 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1258 | |
| 1259 | if (OPS_nodeCoord() < 0) { |
| 1260 | opserr<<(void*)0; |
| 1261 | return NULL; |
| 1262 | } |
| 1263 | |
| 1264 | return wrapper->getResults(); |
| 1265 | } |
| 1266 | |
| 1267 | static PyObject *Py_ops_setNodeCoord(PyObject *self, PyObject *args) |
| 1268 | { |
nothing calls this directly
no test coverage detected