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