| 2906 | } |
| 2907 | |
| 2908 | static PyObject *Py_ops_runFOSMAnalysis(PyObject *self, PyObject *args) { |
| 2909 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 2910 | |
| 2911 | if (OPS_runFOSMAnalysis() < 0) { |
| 2912 | opserr << (void *)0; |
| 2913 | return NULL; |
| 2914 | } |
| 2915 | |
| 2916 | return wrapper->getResults(); |
| 2917 | } |
| 2918 | |
| 2919 | static PyObject *Py_ops_findDesignPoint(PyObject *self, |
| 2920 | PyObject *args) { |
nothing calls this directly
no test coverage detected