| 1385 | } |
| 1386 | |
| 1387 | static PyObject *Py_ops_getNDFF(PyObject *self, PyObject *args) |
| 1388 | { |
| 1389 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1390 | |
| 1391 | if (OPS_getNDFF() < 0) { |
| 1392 | opserr<<(void*)0; |
| 1393 | return NULL; |
| 1394 | } |
| 1395 | |
| 1396 | return wrapper->getResults(); |
| 1397 | } |
| 1398 | |
| 1399 | static PyObject *Py_ops_eleNodes(PyObject *self, PyObject *args) |
| 1400 | { |
nothing calls this directly
no test coverage detected