| 135 | |
| 136 | void setTransientAnalysis(bool suppress); |
| 137 | DirectIntegrationAnalysis* getTransientAnalysis() {return theTransientAnalysis;} |
| 138 | DirectIntegrationAnalysis** getTransientAnalysisPointer() { |
| 139 | return &theTransientAnalysis; |
| 140 | } |
no outgoing calls
no test coverage detected