| 1877 | } |
| 1878 | |
| 1879 | static PyObject *Py_ops_basicStiffness(PyObject *self, PyObject *args) |
| 1880 | { |
| 1881 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1882 | |
| 1883 | if (OPS_basicStiffness() < 0) { |
| 1884 | opserr<<(void*)0; |
| 1885 | return NULL; |
| 1886 | } |
| 1887 | |
| 1888 | return wrapper->getResults(); |
| 1889 | } |
| 1890 | |
| 1891 | static PyObject *Py_ops_InitialStateAnalysis(PyObject *self, PyObject *args) |
| 1892 | { |
nothing calls this directly
no test coverage detected