| 2800 | } |
| 2801 | |
| 2802 | static PyObject *Py_ops_logFile(PyObject *self, PyObject *args) |
| 2803 | { |
| 2804 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 2805 | |
| 2806 | if (OPS_logFile() < 0) { |
| 2807 | opserr<<(void*)0; |
| 2808 | return NULL; |
| 2809 | } |
| 2810 | |
| 2811 | return wrapper->getResults(); |
| 2812 | } |
| 2813 | |
| 2814 | static PyObject *Py_ops_setStartNodeTag(PyObject *self, PyObject *args) |
| 2815 | { |
nothing calls this directly
no test coverage detected