| 1757 | } |
| 1758 | |
| 1759 | static PyObject *Py_ops_sectionStiffness(PyObject *self, PyObject *args) |
| 1760 | { |
| 1761 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1762 | |
| 1763 | if (OPS_sectionStiffness() < 0) { |
| 1764 | opserr<<(void*)0; |
| 1765 | return NULL; |
| 1766 | } |
| 1767 | |
| 1768 | return wrapper->getResults(); |
| 1769 | } |
| 1770 | |
| 1771 | static PyObject *Py_ops_sectionFlexibility(PyObject *self, PyObject *args) |
| 1772 | { |
nothing calls this directly
no test coverage detected