| 681 | } |
| 682 | |
| 683 | static PyObject* Py_ops_modalProperties(PyObject* self, PyObject* args) |
| 684 | { |
| 685 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 686 | if (OPS_DomainModalProperties() < 0) { |
| 687 | opserr<<(void*)0; |
| 688 | return NULL; |
| 689 | } |
| 690 | return wrapper->getResults(); |
| 691 | } |
| 692 | |
| 693 | static PyObject* Py_ops_responseSpectrumAnalysis(PyObject* self, PyObject* args) |
| 694 | { |
nothing calls this directly
no test coverage detected