| 83 | } |
| 84 | |
| 85 | void |
| 86 | EigenAnalysis::clearAll(void) |
| 87 | { |
| 88 | // invoke the destructor on all the objects in the aggregation |
| 89 | delete theAnalysisModel; |
| 90 | delete theConstraintHandler; |
| 91 | delete theDOF_Numberer; |
| 92 | delete theIntegrator; |
| 93 | delete theAlgorithm; |
| 94 | delete theSOE; |
| 95 | } |
| 96 | |
| 97 | |
| 98 |
no outgoing calls
no test coverage detected