| 1553 | } |
| 1554 | |
| 1555 | static PyObject *Py_ops_region(PyObject *self, PyObject *args) |
| 1556 | { |
| 1557 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1558 | |
| 1559 | if (OPS_MeshRegion() < 0) { |
| 1560 | opserr<<(void*)0; |
| 1561 | return NULL; |
| 1562 | } |
| 1563 | |
| 1564 | return wrapper->getResults(); |
| 1565 | } |
| 1566 | |
| 1567 | static PyObject *Py_ops_setPrecision(PyObject *self, PyObject *args) |
| 1568 | { |
nothing calls this directly
no test coverage detected