ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/visitors/ZconsVisitor.hpp
(Generate patch)

Comparing trunk/src/visitors/ZconsVisitor.hpp (file contents):
Revision 507 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 963 by tim, Wed May 17 21:51:42 2006 UTC

# Line 74 | Line 74 | namespace oopse {
74    protected:
75      void internalVisit(StuntDouble* sd, const std::string& prefix);
76      bool isZconstraint(int index, std::string& prefix);
77 <    void readZconsFile(double time);
77 >    void readZconsFile(RealType time);
78  
79    private:  
80 <    std::vector<double> zconsPos;
80 >    std::vector<RealType> zconsPos;
81      std::map<int, ZConsState> zmolStates_;
82 <    double zconsTol_;
83 <    double zconsTime_;
82 >    RealType zconsTol_;
83 >    RealType zconsTime_;
84      std::string zconsFilename_;
85      ZConsReader* zconsReader_;
86      SimInfo* info_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines