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

Comparing trunk/OOPSE-4/src/primitives/GhostTorsion.hpp (file contents):
Revision 1957 by tim, Tue Jan 25 17:45:23 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 GhostTorsion : public Torsion {
55  
56   namespace oopse {
57  
58 < class GhostTorsion : public Torsion {
59 <    public:
58 >  class GhostTorsion : public Torsion {
59 >  public:
60  
61 <        GhostTorsion(Atom *atom1, Atom *atom2,  DirectionalAtom* ghostAtom,
62 <                        TorsionType* tt);
61 >    GhostTorsion(Atom *atom1, Atom *atom2,  DirectionalAtom* ghostAtom,
62 >                 TorsionType* tt);
63  
64 <        virtual void calcForce();
64 >    virtual void calcForce();
65          
66 < };
66 >  };
67  
68   } //end namespace oopse
69  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines