| 262 | } |
| 263 | |
| 264 | static PyObject *Py_ops_testUniaxialMaterial(PyObject *self, PyObject *args) |
| 265 | { |
| 266 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 267 | |
| 268 | if (OPS_testUniaxialMaterial() < 0) { |
| 269 | opserr<<(void*)0; |
| 270 | return NULL; |
| 271 | } |
| 272 | |
| 273 | return wrapper->getResults(); |
| 274 | } |
| 275 | |
| 276 | static PyObject *Py_ops_setStrain(PyObject *self, PyObject *args) |
| 277 | { |
nothing calls this directly
no test coverage detected