| 1469 | } |
| 1470 | |
| 1471 | static PyObject *Py_ops_setNodePressure(PyObject *self, PyObject *args) |
| 1472 | { |
| 1473 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1474 | |
| 1475 | if (OPS_setNodePressure() < 0) { |
| 1476 | opserr<<(void*)0; |
| 1477 | return NULL; |
| 1478 | } |
| 1479 | |
| 1480 | return wrapper->getResults(); |
| 1481 | } |
| 1482 | |
| 1483 | static PyObject *Py_ops_nodeBounds(PyObject *self, PyObject *args) |
| 1484 | { |
nothing calls this directly
no test coverage detected