| 725 | } |
| 726 | |
| 727 | static PyObject *Py_ops_block3d(PyObject *self, PyObject *args) |
| 728 | { |
| 729 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 730 | |
| 731 | if (OPS_doBlock3D() < 0) { |
| 732 | opserr<<(void*)0; |
| 733 | return NULL; |
| 734 | } |
| 735 | |
| 736 | return wrapper->getResults(); |
| 737 | } |
| 738 | |
| 739 | static PyObject *Py_ops_rayleigh(PyObject *self, PyObject *args) |
| 740 | { |
nothing calls this directly
no test coverage detected