| 2608 | } |
| 2609 | |
| 2610 | static PyObject *Py_ops_transformUtoX(PyObject *self, PyObject *args) |
| 2611 | { |
| 2612 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 2613 | |
| 2614 | if (OPS_transformUtoX() < 0) { |
| 2615 | opserr<<(void*)0; |
| 2616 | return NULL; |
| 2617 | } |
| 2618 | |
| 2619 | return wrapper->getResults(); |
| 2620 | } |
| 2621 | |
| 2622 | static PyObject *Py_ops_performanceFunction(PyObject *self, PyObject *args) |
| 2623 | { |
nothing calls this directly
no test coverage detected