| 2406 | } |
| 2407 | |
| 2408 | static PyObject *Py_ops_getEleLoadData(PyObject *self, PyObject *args) |
| 2409 | { |
| 2410 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 2411 | |
| 2412 | if (OPS_getEleLoadData() < 0) { |
| 2413 | opserr<<(void*)0; |
| 2414 | return NULL; |
| 2415 | } |
| 2416 | |
| 2417 | return wrapper->getResults(); |
| 2418 | } |
| 2419 | |
| 2420 | static PyObject *Py_ops_getNodeLoadTags(PyObject *self, PyObject *args) |
| 2421 | { |
nothing calls this directly
no test coverage detected