| 1781 | } |
| 1782 | |
| 1783 | static PyObject *Py_ops_sectionLocation(PyObject *self, PyObject *args) |
| 1784 | { |
| 1785 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1786 | |
| 1787 | if (OPS_sectionLocation() < 0) { |
| 1788 | opserr<<(void*)0; |
| 1789 | return NULL; |
| 1790 | } |
| 1791 | |
| 1792 | return wrapper->getResults(); |
| 1793 | } |
| 1794 | |
| 1795 | static PyObject *Py_ops_sectionWeight(PyObject *self, PyObject *args) |
| 1796 | { |
nothing calls this directly
no test coverage detected