| 1926 | } |
| 1927 | |
| 1928 | static PyObject *Py_ops_accelCPU(PyObject *self, PyObject *args) |
| 1929 | { |
| 1930 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1931 | |
| 1932 | if (OPS_accelCPU() < 0) { |
| 1933 | opserr<<(void*)0; |
| 1934 | return NULL; |
| 1935 | } |
| 1936 | |
| 1937 | return wrapper->getResults(); |
| 1938 | } |
| 1939 | |
| 1940 | static PyObject *Py_ops_numFact(PyObject *self, PyObject *args) |
| 1941 | { |
nothing calls this directly
no test coverage detected