| # | Line 103 | Line 103 | class DumpReader { | |
|---|---|---|
| 103 | ||
| 104 | FILE* inFile_; | |
| 105 | std::vector<fpos_t*> framePos_; | |
| 106 | + | |
| 107 | + | bool needPos_; | 
| 108 | + | bool needVel_; | 
| 109 | + | bool needQuaternion_; | 
| 110 | + | bool needAngMom_; | 
| 111 | }; | |
| 112 | ||
| 113 | } //end namespace oopse | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |