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

Comparing trunk/OOPSE/libmdtools/DirectionalAtom.hpp (file contents):
Revision 1097 by gezelter, Mon Apr 12 20:32:20 2004 UTC vs.
Revision 1126 by tim, Tue Apr 20 05:39:38 2004 UTC

# Line 62 | Line 62 | class DirectionalAtom : public Atom { (public)
62  
63    double max(double x, double y);
64    double min(double x, double y);
65 +
66 +  virtual void accept(BaseVisitor* v) {v->visit(this);}
67    
68   private:
69    int dIndex;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines