| 1565 | } |
| 1566 | |
| 1567 | static PyObject *Py_ops_setPrecision(PyObject *self, PyObject *args) |
| 1568 | { |
| 1569 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1570 | |
| 1571 | if (OPS_setPrecision() < 0) { |
| 1572 | opserr<<(void*)0; |
| 1573 | return NULL; |
| 1574 | } |
| 1575 | |
| 1576 | return wrapper->getResults(); |
| 1577 | } |
| 1578 | |
| 1579 | static PyObject *Py_ops_searchPeerNGA(PyObject *self, PyObject *args) |
| 1580 | { |
nothing calls this directly
no test coverage detected