| # | Line 147 | Line 147 | class SimInfo{ (public) | |
|---|---|---|
| 147 | double getEst( void ) { return est; } | |
| 148 | ||
| 149 | void setTime( double theTime ) { currentTime = theTime; } | |
| 150 | < | void incrTime( double dt ) { currentTime += dt; } |
| 151 | < | void decrTime( double dt ) { currentTime -= dt; } |
| 150 | > | void incrTime( double the_dt ) { currentTime += the_dt; } |
| 151 | > | void decrTime( double the_dt ) { currentTime -= the_dt; } |
| 152 | double getTime( void ) { return currentTime; } | |
| 153 | ||
| 154 | void wrapVector( double thePos[3] ); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |