| 1133 | } |
| 1134 | |
| 1135 | static PyObject *Py_ops_nodeDisp(PyObject *self, PyObject *args) |
| 1136 | { |
| 1137 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1138 | |
| 1139 | if (OPS_nodeDisp() < 0) { |
| 1140 | opserr<<(void*)0; |
| 1141 | return NULL; |
| 1142 | } |
| 1143 | |
| 1144 | return wrapper->getResults(); |
| 1145 | } |
| 1146 | |
| 1147 | static PyObject *Py_ops_nodeCrd(PyObject *self, PyObject *args) |
| 1148 | { |
nothing calls this directly
no test coverage detected