| 1289 | } |
| 1290 | |
| 1291 | static PyObject *Py_ops_getFixedNodes(PyObject *self, PyObject *args) |
| 1292 | { |
| 1293 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1294 | |
| 1295 | if (OPS_getFixedNodes() < 0) { |
| 1296 | opserr<<(void*)0; |
| 1297 | return NULL; |
| 1298 | } |
| 1299 | |
| 1300 | return wrapper->getResults(); |
| 1301 | } |
| 1302 | |
| 1303 | static PyObject *Py_ops_getFixedDOFs(PyObject *self, PyObject *args) |
| 1304 | { |
nothing calls this directly
no test coverage detected