| 212 | } |
| 213 | |
| 214 | int |
| 215 | Mehanny::revertToStart (void) |
| 216 | { |
| 217 | CommPlasticDefo = LCommPlasticDefo = 0.0; |
| 218 | CommDefoIncr = LCommDefoIncr = 0.0; |
| 219 | CommTempPDefo = LCommTempPDefo = 0.0; |
| 220 | CommPosCycle = LCommPosCycle = 0.0; |
| 221 | CommNegCycle = LCommNegCycle = 0.0; |
| 222 | CommSumPosFHC = LCommSumPosFHC = 0.0; |
| 223 | CommPosPHC = LCommPosPHC = 0.0; |
| 224 | CommSumNegFHC = LCommSumNegFHC = 0.0; |
| 225 | CommNegPHC = LCommNegPHC = 0.0; |
| 226 | CommDamage = LCommDamage = 0.0; |
| 227 | |
| 228 | return 0; |
| 229 | } |
| 230 | |
| 231 | DamageModel* |
| 232 | Mehanny::getCopy (void) |
no outgoing calls
no test coverage detected