| 382 | } |
| 383 | |
| 384 | static PyObject *Py_ops_fix(PyObject *self, PyObject *args) |
| 385 | { |
| 386 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 387 | |
| 388 | if (OPS_HomogeneousBC() < 0) { |
| 389 | opserr<<(void*)0; |
| 390 | return NULL; |
| 391 | } |
| 392 | |
| 393 | return wrapper->getResults(); |
| 394 | } |
| 395 | |
| 396 | static PyObject *Py_ops_element(PyObject *self, PyObject *args) |
| 397 | { |
nothing calls this directly
no test coverage detected