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

Comparing branches/development/src/io/DumpReader.hpp (file contents):
Revision 1665 by gezelter, Tue Nov 22 20:38:56 2011 UTC vs.
Revision 1752 by gezelter, Sun Jun 10 14:05:02 2012 UTC

# Line 80 | Line 80 | namespace OpenMD {
80  
81    protected:
82  
83 <    void scanFile();
84 <
83 >    void scanFile();  
84      void readSet(int whichFrame);
86
85      virtual void parseDumpLine(const std::string&);
86 <
86 >    virtual void parseSiteLine(const std::string&);  
87      virtual void readFrameProperties(std::istream& inputStream);
88 <
89 <    void readStuntDoubles(std::istream& inputStream);                  
88 >    void readStuntDoubles(std::istream& inputStream);
89 >    void readSiteData(std::istream& inputStream);
90          
91      SimInfo* info_;
92  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines