| 135 | } |
| 136 | |
| 137 | void PythonAnalysisBuilder::resetTransient() |
| 138 | { |
| 139 | theAlgorithm = 0; |
| 140 | theTransientIntegrator = 0; |
| 141 | theSOE = 0; |
| 142 | theNumberer = 0; |
| 143 | theHandler = 0; |
| 144 | theTest = 0; |
| 145 | theAnalysisModel = 0; |
| 146 | } |
| 147 | |
| 148 | void PythonAnalysisBuilder::resetAll() |
| 149 | { |
no outgoing calls
no test coverage detected