| 485 | } |
| 486 | |
| 487 | StaticIntegrator* PythonAnalysisBuilder::getStaticIntegrator() { |
| 488 | if(theStaticAnalysis != 0) { |
| 489 | return theStaticAnalysis->getIntegrator(); |
| 490 | } |
| 491 | return 0; |
| 492 | } |
| 493 | |
| 494 | TransientIntegrator* PythonAnalysisBuilder::getTransientIntegrator() { |
| 495 | if(theTransientAnalysis != 0) { |
no test coverage detected