ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/primitives/GhostBend.hpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/primitives/GhostBend.hpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 55 | Line 55 | class GhostBend : public Bend {
55  
56   namespace oopse {
57  
58 < class GhostBend : public Bend {
59 <    public:
60 <        GhostBend(Atom* atom1, DirectionalAtom* ghostAtom, BendType* bt)
61 <            : Bend(atom1, ghostAtom, ghostAtom, bt) {
58 >  class GhostBend : public Bend {
59 >  public:
60 >    GhostBend(Atom* atom1, DirectionalAtom* ghostAtom, BendType* bt)
61 >      : Bend(atom1, ghostAtom, ghostAtom, bt) {
62  
63 <        }
63 >      }
64  
65 <        virtual void calcForce();
65 >    virtual void calcForce();
66          
67 < };
67 >  };
68  
69   } //end namespace oopse
70  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines