| 1901 | } |
| 1902 | |
| 1903 | static PyObject *Py_ops_totalCPU(PyObject *self, PyObject *args) |
| 1904 | { |
| 1905 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1906 | |
| 1907 | if (OPS_totalCPU() < 0) { |
| 1908 | opserr<<(void*)0; |
| 1909 | return NULL; |
| 1910 | } |
| 1911 | |
| 1912 | return wrapper->getResults(); |
| 1913 | } |
| 1914 | |
| 1915 | |
| 1916 | static PyObject *Py_ops_solveCPU(PyObject *self, PyObject *args) |
nothing calls this directly
no test coverage detected