| 1733 | } |
| 1734 | |
| 1735 | static PyObject *Py_ops_sectionForce(PyObject *self, PyObject *args) |
| 1736 | { |
| 1737 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1738 | |
| 1739 | if (OPS_sectionForce() < 0) { |
| 1740 | opserr<<(void*)0; |
| 1741 | return NULL; |
| 1742 | } |
| 1743 | |
| 1744 | return wrapper->getResults(); |
| 1745 | } |
| 1746 | |
| 1747 | static PyObject *Py_ops_sectionDeformation(PyObject *self, PyObject *args) |
| 1748 | { |
nothing calls this directly
no test coverage detected