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

Comparing trunk/OOPSE-2.0/src/types/ShapeAtomType.cpp (file contents):
Revision 1652 by gezelter, Tue Oct 26 22:25:19 2004 UTC vs.
Revision 1689 by chrisfen, Fri Oct 29 22:28:45 2004 UTC

# Line 23 | Line 23 | double ShapeAtomType::getContactValueAt(double costhet
23    contactVal = 0.0;
24    
25    for(contactIter = contactFuncs.begin();  contactIter != contactFuncs.end();
26 <      ++contactIter)    
26 >      ++contactIter)
27      contactVal += (*contactIter)->getValueAt(costheta, phi);
28 <  
28 >
29    return contactVal;
30   }
31  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines