| 195 | } |
| 196 | |
| 197 | int |
| 198 | Mehanny::revertToLastCommit (void) |
| 199 | { |
| 200 | CommPlasticDefo = LCommPlasticDefo; |
| 201 | CommDefoIncr = LCommDefoIncr; |
| 202 | CommTempPDefo = LCommTempPDefo; |
| 203 | CommPosCycle = LCommPosCycle; |
| 204 | CommNegCycle = LCommNegCycle; |
| 205 | CommSumPosFHC = LCommSumPosFHC; |
| 206 | CommPosPHC = LCommPosPHC; |
| 207 | CommSumNegFHC = LCommSumNegFHC; |
| 208 | CommNegPHC = LCommNegPHC; |
| 209 | CommDamage = LCommDamage; |
| 210 | |
| 211 | return 0; |
| 212 | } |
| 213 | |
| 214 | int |
| 215 | Mehanny::revertToStart (void) |
no outgoing calls
no test coverage detected