| 1145 | } |
| 1146 | |
| 1147 | static PyObject *Py_ops_nodeCrd(PyObject *self, PyObject *args) |
| 1148 | { |
| 1149 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1150 | |
| 1151 | if (OPS_nodeCoord() < 0) { |
| 1152 | opserr<<(void*)0; |
| 1153 | return NULL; |
| 1154 | } |
| 1155 | |
| 1156 | return wrapper->getResults(); |
| 1157 | } |
| 1158 | |
| 1159 | static PyObject *Py_ops_nodeVel(PyObject *self, PyObject *args) |
| 1160 | { |
nothing calls this directly
no test coverage detected