| 2430 | } |
| 2431 | |
| 2432 | static PyObject *Py_ops_getNodeLoadData(PyObject *self, PyObject *args) |
| 2433 | { |
| 2434 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 2435 | |
| 2436 | if (OPS_getNodeLoadData() < 0) { |
| 2437 | opserr<<(void*)0; |
| 2438 | return NULL; |
| 2439 | } |
| 2440 | |
| 2441 | return wrapper->getResults(); |
| 2442 | } |
| 2443 | |
| 2444 | static PyObject *Py_ops_randomVariable(PyObject *self, PyObject *args) |
| 2445 | { |
nothing calls this directly
no test coverage detected