| 118 | ); |
| 119 | } |
| 120 | int revertToLastCommit() override { |
| 121 | PYBIND11_OVERRIDE_PURE( |
| 122 | int, /* Return type */ |
| 123 | UniaxialMaterial, /* Parent class */ |
| 124 | revertToLastCommit /* Name of function in C++ (must match Python name) */ |
| 125 | ); |
| 126 | } |
| 127 | int revertToStart() override { |
| 128 | PYBIND11_OVERRIDE_PURE(int, UniaxialMaterial, revertToStart); |
| 129 | } |
no outgoing calls
no test coverage detected