| 1950 | } |
| 1951 | |
| 1952 | static PyObject *Py_ops_numIter(PyObject *self, PyObject *args) |
| 1953 | { |
| 1954 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1955 | |
| 1956 | if (OPS_numIter() < 0) { |
| 1957 | opserr<<(void*)0; |
| 1958 | return NULL; |
| 1959 | } |
| 1960 | |
| 1961 | return wrapper->getResults(); |
| 1962 | } |
| 1963 | |
| 1964 | static PyObject *Py_ops_systemSize(PyObject *self, PyObject *args) |
| 1965 | { |
nothing calls this directly
no test coverage detected