| 1914 | |
| 1915 | |
| 1916 | static PyObject *Py_ops_solveCPU(PyObject *self, PyObject *args) |
| 1917 | { |
| 1918 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1919 | |
| 1920 | if (OPS_solveCPU() < 0) { |
| 1921 | opserr<<(void*)0; |
| 1922 | return NULL; |
| 1923 | } |
| 1924 | |
| 1925 | return wrapper->getResults(); |
| 1926 | } |
| 1927 | |
| 1928 | static PyObject *Py_ops_accelCPU(PyObject *self, PyObject *args) |
| 1929 | { |
nothing calls this directly
no test coverage detected