| 1578 | } |
| 1579 | |
| 1580 | void OpenSeesReliabilityCommands::setGradientEvaluator( |
| 1581 | GradientEvaluator *eval) { |
| 1582 | if (theGradientEvaluator != 0) { |
| 1583 | delete theGradientEvaluator; |
| 1584 | theGradientEvaluator = 0; |
| 1585 | } |
| 1586 | |
| 1587 | theGradientEvaluator = eval; |
| 1588 | if (eval == 0) return; |
| 1589 | } |
| 1590 | |
| 1591 | void OpenSeesReliabilityCommands::setFunctionEvaluator( |
| 1592 | FunctionEvaluator *eval) { |
no outgoing calls
no test coverage detected