| 1181 | } |
| 1182 | |
| 1183 | static PyObject *Py_ops_setNodeDisp(PyObject *self, PyObject *args) |
| 1184 | { |
| 1185 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1186 | |
| 1187 | if (OPS_setNodeDisp() < 0) { |
| 1188 | opserr<<(void*)0; |
| 1189 | return NULL; |
| 1190 | } |
| 1191 | |
| 1192 | return wrapper->getResults(); |
| 1193 | } |
| 1194 | |
| 1195 | static PyObject *Py_ops_getNodeTemperature(PyObject *self, PyObject *args) |
| 1196 | { |
nothing calls this directly
no test coverage detected