| 1889 | } |
| 1890 | |
| 1891 | static PyObject *Py_ops_InitialStateAnalysis(PyObject *self, PyObject *args) |
| 1892 | { |
| 1893 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1894 | |
| 1895 | if (OPS_InitialStateAnalysis() < 0) { |
| 1896 | opserr<<(void*)0; |
| 1897 | return NULL; |
| 1898 | } |
| 1899 | |
| 1900 | return wrapper->getResults(); |
| 1901 | } |
| 1902 | |
| 1903 | static PyObject *Py_ops_totalCPU(PyObject *self, PyObject *args) |
| 1904 | { |
nothing calls this directly
no test coverage detected