| 657 | } |
| 658 | |
| 659 | static PyObject *Py_ops_nodeReaction(PyObject *self, PyObject *args) |
| 660 | { |
| 661 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 662 | |
| 663 | if (OPS_nodeReaction() < 0) { |
| 664 | opserr<<(void*)0; |
| 665 | return NULL; |
| 666 | } |
| 667 | |
| 668 | return wrapper->getResults(); |
| 669 | } |
| 670 | |
| 671 | static PyObject *Py_ops_eigen(PyObject *self, PyObject *args) |
| 672 | { |
nothing calls this directly
no test coverage detected