| 1013 | } |
| 1014 | |
| 1015 | static PyObject *Py_ops_printGID(PyObject *self, PyObject *args) |
| 1016 | { |
| 1017 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1018 | |
| 1019 | if (OPS_printModelGID() < 0) { |
| 1020 | opserr<<(void*)0; |
| 1021 | return NULL; |
| 1022 | } |
| 1023 | |
| 1024 | return wrapper->getResults(); |
| 1025 | } |
| 1026 | |
| 1027 | static PyObject *Py_ops_getCTestNorms(PyObject *self, PyObject *args) |
| 1028 | { |
nothing calls this directly
no test coverage detected