| 224 | } |
| 225 | |
| 226 | ReliabilityDomain* |
| 227 | OpenSeesCommands::getReliabilityDomain() |
| 228 | { |
| 229 | if (reliability == 0) { |
| 230 | return 0; |
| 231 | } |
| 232 | return reliability->getDomain(); |
| 233 | } |
| 234 | |
| 235 | AnalysisModel** OpenSeesCommands::getAnalysisModel() |
| 236 | { |
no test coverage detected