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

Comparing trunk/OOPSE/libmdtools/Molecule.cpp (file contents):
Revision 427 by mmeineke, Thu Mar 27 20:48:37 2003 UTC vs.
Revision 428 by mmeineke, Thu Mar 27 21:07:14 2003 UTC

# Line 60 | Line 60 | void Molecule::initialize( molInit &theInit ){
60    myBonds = theInit.myBonds;
61    myBends = theInit.myBends;
62    myTorsions = theInit.myTorsions;
63 <  myExcludes = theInit.myExcludses;
63 >  myExcludes = theInit.myExcludes;
64      
65   }
66  
# Line 82 | Line 82 | void Molecule::getPotential( void ){
82   }
83  
84  
85 < void Molecule::getPotential( void ){
85 > double Molecule::getPotential( void ){
86    
87    int i;
88    double myPot = 0.0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines