| 86 | } |
| 87 | |
| 88 | double |
| 89 | LoadFactorParameter::getSensitivity(int index) |
| 90 | { |
| 91 | double dudh = myPattern->getLoadFactorSensitivity(index); |
| 92 | |
| 93 | return dudh; |
| 94 | } |
| 95 | |
| 96 | double |
| 97 | LoadFactorParameter::getPerturbation(void) |
nothing calls this directly
no test coverage detected