| 1745 | } |
| 1746 | |
| 1747 | static PyObject *Py_ops_sectionDeformation(PyObject *self, PyObject *args) |
| 1748 | { |
| 1749 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1750 | |
| 1751 | if (OPS_sectionDeformation() < 0) { |
| 1752 | opserr<<(void*)0; |
| 1753 | return NULL; |
| 1754 | } |
| 1755 | |
| 1756 | return wrapper->getResults(); |
| 1757 | } |
| 1758 | |
| 1759 | static PyObject *Py_ops_sectionStiffness(PyObject *self, PyObject *args) |
| 1760 | { |
nothing calls this directly
no test coverage detected