--- trunk/src/io/DumpReader.hpp 2005/01/12 22:41:40 246 +++ trunk/src/io/DumpReader.hpp 2005/02/13 06:57:48 318 @@ -103,6 +103,11 @@ class DumpReader { FILE* inFile_; std::vector framePos_; + + bool needPos_; + bool needVel_; + bool needQuaternion_; + bool needAngMom_; }; } //end namespace oopse