| 1121 | } |
| 1122 | |
| 1123 | static PyObject *Py_ops_nodeUnbalance(PyObject *self, PyObject *args) |
| 1124 | { |
| 1125 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1126 | |
| 1127 | if (OPS_nodeUnbalance() < 0) { |
| 1128 | opserr<<(void*)0; |
| 1129 | return NULL; |
| 1130 | } |
| 1131 | |
| 1132 | return wrapper->getResults(); |
| 1133 | } |
| 1134 | |
| 1135 | static PyObject *Py_ops_nodeDisp(PyObject *self, PyObject *args) |
| 1136 | { |
nothing calls this directly
no test coverage detected