ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/types/TorsionType.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/types/TorsionType.hpp (file contents):
Revision 1694 by tim, Mon Nov 1 21:37:13 2004 UTC vs.
Revision 1695 by tim, Mon Nov 1 22:52:57 2004 UTC

# Line 43 | Line 43 | class TorsionType{
43          TorsionType(AtomType* at1, AtomType* at2, AtomType* at3, AtomType* at4);
44          virtual ~TorsionType() {}
45  
46 <        calcForce(double cosTheta, double& force, double& potential);
46 >        void calcForce(double cosTheta, double& force, double& potential);
47          
48      protected:
49          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines