ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/io/DumpReader.hpp
(Generate patch)

Comparing trunk/src/io/DumpReader.hpp (file contents):
Revision 1024 by tim, Wed Aug 30 18:42:29 2006 UTC vs.
Revision 1104 by gezelter, Fri Dec 29 21:43:18 2006 UTC

# Line 71 | Line 71 | namespace oopse {
71      /** Returns the number of frames in the dump file*/
72      int getNFrames();
73  
74 +    void setNeedCOMprops(bool ncp) {
75 +      needCOMprops_ = ncp;
76 +    }
77          
78      void readFrame(int whichFrame);
79  
# Line 84 | Line 87 | namespace oopse {
87  
88      void readFrameProperties(std::istream& inputStream);
89  
90 <    void readStuntDoubles(std::istream& inputStream);
88 <                  
90 >    void readStuntDoubles(std::istream& inputStream);                  
91          
92      SimInfo* info_;
93  
# Line 101 | Line 103 | namespace oopse {
103      bool needPos_;
104      bool needVel_;
105      bool needQuaternion_;
106 <    bool needAngMom_;
106 >    bool needAngMom_;
107 >    bool needCOMprops_;
108  
109      const static int bufferSize = 4096;
110      char buffer[bufferSize];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines