| 1841 | } |
| 1842 | |
| 1843 | static PyObject *Py_ops_cbdiDisplacement(PyObject *self, PyObject *args) |
| 1844 | { |
| 1845 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1846 | |
| 1847 | if (OPS_cbdiDisplacement() < 0) { |
| 1848 | opserr<<(void*)0; |
| 1849 | return NULL; |
| 1850 | } |
| 1851 | |
| 1852 | return wrapper->getResults(); |
| 1853 | } |
| 1854 | |
| 1855 | static PyObject *Py_ops_basicDeformation(PyObject *self, PyObject *args) |
| 1856 | { |
nothing calls this directly
no test coverage detected