ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/ReadWrite.hpp
(Generate patch)

Comparing:
branches/mmeineke/OOPSE/libmdtools/ReadWrite.hpp (file contents), Revision 377 by mmeineke, Fri Mar 21 17:42:12 2003 UTC vs.
trunk/OOPSE/libmdtools/ReadWrite.hpp (file contents), Revision 586 by mmeineke, Wed Jul 9 22:14:06 2003 UTC

# Line 21 | Line 21 | class DumpWriter{ (public)
21    ~DumpWriter();
22  
23    void writeDump( double currentTime );
24 <  void writeFinal( void );
24 >  void writeFinal( double finalTime );
25  
26   private:
27    SimInfo* entry_plug;
# Line 56 | Line 56 | class InitializeFromFile{ (private)
56    
57   private:
58    char* parseDumpLine(char* line, int atomIndex);
59 +  char* parseBoxLine(char* line, double boxMat[9] );
60    FILE *c_in_file;
61    char c_in_name[500];
62 <  SimInfo* entry_plug;
62 >  SimInfo* simnfo;
63   };
64  
65  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines