| 1589 | } |
| 1590 | |
| 1591 | void OpenSeesReliabilityCommands::setFunctionEvaluator( |
| 1592 | FunctionEvaluator *eval) { |
| 1593 | if (theFunctionEvaluator != 0) { |
| 1594 | delete theFunctionEvaluator; |
| 1595 | theFunctionEvaluator = 0; |
| 1596 | } |
| 1597 | |
| 1598 | theFunctionEvaluator = eval; |
| 1599 | if (eval == 0) { |
| 1600 | return; |
| 1601 | } |
| 1602 | } |
| 1603 | |
| 1604 | void OpenSeesReliabilityCommands::setFOSMAnalysis(FOSMAnalysis *analysis) { |
| 1605 | if (theFOSMAnalysis != 0) { |
no outgoing calls
no test coverage detected