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

Comparing trunk/src/primitives/GhostTorsion.hpp (file contents):
Revision 273 by tim, Tue Jan 25 17:45:23 2005 UTC vs.
Revision 1211 by gezelter, Wed Jan 23 16:38:22 2008 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 54 | Line 54 | namespace oopse {
54   #include "primitives/DirectionalAtom.hpp"
55  
56   namespace oopse {
57 <
58 < class GhostTorsion : public Torsion {
59 <    public:
60 <
61 <        GhostTorsion(Atom *atom1, Atom *atom2,  DirectionalAtom* ghostAtom,
62 <                        TorsionType* tt);
63 <
64 <        virtual void calcForce();
65 <        
66 < };
67 <
57 >  
58 >  class GhostTorsion : public Torsion {
59 >  public:
60 >    
61 >    GhostTorsion(Atom *atom1, Atom *atom2,  DirectionalAtom* ghostAtom,
62 >                 TorsionType* tt);
63 >    
64 >    virtual void calcForce(RealType& angle);
65 >    
66 >  };
67 >  
68   } //end namespace oopse
69  
70   #endif //PRIMITIVES_GHOSTBEND_HPP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines