| 1865 | } |
| 1866 | |
| 1867 | static PyObject *Py_ops_basicForce(PyObject *self, PyObject *args) |
| 1868 | { |
| 1869 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1870 | |
| 1871 | if (OPS_basicForce() < 0) { |
| 1872 | opserr<<(void*)0; |
| 1873 | return NULL; |
| 1874 | } |
| 1875 | |
| 1876 | return wrapper->getResults(); |
| 1877 | } |
| 1878 | |
| 1879 | static PyObject *Py_ops_basicStiffness(PyObject *self, PyObject *args) |
| 1880 | { |
nothing calls this directly
no test coverage detected