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

Comparing trunk/src/io/RestReader.hpp (file contents):
Revision 507 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 996 by chrisfen, Wed Jun 28 14:35:14 2006 UTC

# Line 76 | Line 76 | namespace oopse {
76      
77    private:
78      char* parseIdealLine(char* readLine, StuntDouble* sd);
79 <    char *idealName;
80 <    FILE *inAngFile;
81 <    FILE *inIdealFile;
82 <    std::string inAngFileName;
83 <    std::string inIdealFileName;
84 <    bool isScanned;
85 <    
86 <    double angleTransfer;
87 <    std::vector<fpos_t*> framePos;
79 >    std::string angFile;
80 >    std::string idealName;
81 >    std::istream* inIdealFile;
82 >    std::istream* inAngFile;
83 >
84 >    RealType angleTransfer;
85      SimInfo *info_;
86    };
87  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines