| 124 | } |
| 125 | |
| 126 | void PythonAnalysisBuilder::resetStatic() |
| 127 | { |
| 128 | theAlgorithm = 0; |
| 129 | theStaticIntegrator = 0; |
| 130 | theSOE = 0; |
| 131 | theNumberer = 0; |
| 132 | theHandler = 0; |
| 133 | theTest = 0; |
| 134 | theAnalysisModel = 0; |
| 135 | } |
| 136 | |
| 137 | void PythonAnalysisBuilder::resetTransient() |
| 138 | { |