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

Comparing trunk/OOPSE-3.0/src/types/ShapeAtomType.cpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 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 44 | Line 44 | ShapeAtomType::~ShapeAtomType() {
44   using namespace oopse;
45  
46   ShapeAtomType::~ShapeAtomType() {
47 <   std::vector<RealSphericalHarmonic*>::iterator iter;
47 >  std::vector<RealSphericalHarmonic*>::iterator iter;
48    for (iter = contactFuncs.begin(); iter != contactFuncs.end(); ++iter)
49      delete (*iter);
50    for (iter = rangeFuncs.begin(); iter != rangeFuncs.end(); ++iter)
# Line 58 | Line 58 | double ShapeAtomType::getContactValueAt(double costhet
58  
59   double ShapeAtomType::getContactValueAt(double costheta, double phi) {
60    
61 <   std::vector<RealSphericalHarmonic*>::iterator contactIter;
61 >  std::vector<RealSphericalHarmonic*>::iterator contactIter;
62    double contactVal;
63    
64    contactVal = 0.0;
# Line 72 | Line 72 | double ShapeAtomType::getRangeValueAt(double costheta,
72  
73   double ShapeAtomType::getRangeValueAt(double costheta, double phi) {
74    
75 <   std::vector<RealSphericalHarmonic*>::iterator rangeIter;
75 >  std::vector<RealSphericalHarmonic*>::iterator rangeIter;
76    double rangeVal;
77    
78    rangeVal = 0.0;
# Line 86 | Line 86 | double ShapeAtomType::getStrengthValueAt(double costhe
86  
87   double ShapeAtomType::getStrengthValueAt(double costheta, double phi) {
88    
89 <   std::vector<RealSphericalHarmonic*>::iterator strengthIter;
89 >  std::vector<RealSphericalHarmonic*>::iterator strengthIter;
90    double strengthVal;
91    
92    strengthVal = 0.0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines