| 1433 | } |
| 1434 | |
| 1435 | static PyObject *Py_ops_nodeDOFs(PyObject *self, PyObject *args) |
| 1436 | { |
| 1437 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1438 | |
| 1439 | if (OPS_nodeDOFs() < 0) { |
| 1440 | opserr<<(void*)0; |
| 1441 | return NULL; |
| 1442 | } |
| 1443 | |
| 1444 | return wrapper->getResults(); |
| 1445 | } |
| 1446 | |
| 1447 | static PyObject *Py_ops_nodeMass(PyObject *self, PyObject *args) |
| 1448 | { |
nothing calls this directly
no test coverage detected