| 2274 | } |
| 2275 | |
| 2276 | static PyObject *Py_ops_sensitivityAlgorithm(PyObject *self, PyObject *args) |
| 2277 | { |
| 2278 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 2279 | |
| 2280 | if (OPS_sensitivityAlgorithm() < 0) { |
| 2281 | opserr<<(void*)0; |
| 2282 | return NULL; |
| 2283 | } |
| 2284 | |
| 2285 | return wrapper->getResults(); |
| 2286 | } |
| 2287 | |
| 2288 | static PyObject *Py_ops_sensNodeDisp(PyObject *self, PyObject *args) |
| 2289 | { |
nothing calls this directly
no test coverage detected