| 1853 | } |
| 1854 | |
| 1855 | static PyObject *Py_ops_basicDeformation(PyObject *self, PyObject *args) |
| 1856 | { |
| 1857 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1858 | |
| 1859 | if (OPS_basicDeformation() < 0) { |
| 1860 | opserr<<(void*)0; |
| 1861 | return NULL; |
| 1862 | } |
| 1863 | |
| 1864 | return wrapper->getResults(); |
| 1865 | } |
| 1866 | |
| 1867 | static PyObject *Py_ops_basicForce(PyObject *self, PyObject *args) |
| 1868 | { |
nothing calls this directly
no test coverage detected