ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/io/DumpReader.hpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/io/DumpReader.hpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2002 by tim, Sun Feb 13 06:57:48 2005 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines