| 2996 | } |
| 2997 | |
| 2998 | static PyObject *Py_ops_NDTest(PyObject *self, PyObject *args) { |
| 2999 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 3000 | |
| 3001 | if (OPS_NDTest() < 0) { |
| 3002 | opserr << (void *)0; |
| 3003 | return NULL; |
| 3004 | } |
| 3005 | |
| 3006 | return wrapper->getResults(); |
| 3007 | } |
| 3008 | |
| 3009 | ///////////////////////////////////////////////// |
| 3010 | ////////////// Add Python commands ////////////// |
nothing calls this directly
no test coverage detected