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

Comparing branches/new_design/OOPSE-4/src/types/ShapeAtomType.cpp (file contents):
Revision 1825, Thu Oct 28 22:34:02 2004 UTC vs.
Revision 1826 by tim, Thu Dec 2 05:04:20 2004 UTC

# Line 3 | Line 3 | ShapeAtomType::~ShapeAtomType() {
3   using namespace oopse;
4  
5   ShapeAtomType::~ShapeAtomType() {
6 <  vector<RealSphericalHarmonic*>::iterator iter;
6 >   std::vector<RealSphericalHarmonic*>::iterator iter;
7    for (iter = contactFuncs.begin(); iter != contactFuncs.end(); ++iter)
8      delete (*iter);
9    for (iter = rangeFuncs.begin(); iter != rangeFuncs.end(); ++iter)
# Line 17 | Line 17 | double ShapeAtomType::getContactValueAt(double costhet
17  
18   double ShapeAtomType::getContactValueAt(double costheta, double phi) {
19    
20 <  vector<RealSphericalHarmonic*>::iterator contactIter;
20 >   std::vector<RealSphericalHarmonic*>::iterator contactIter;
21    double contactVal;
22    
23    contactVal = 0.0;
# Line 31 | Line 31 | double ShapeAtomType::getRangeValueAt(double costheta,
31  
32   double ShapeAtomType::getRangeValueAt(double costheta, double phi) {
33    
34 <  vector<RealSphericalHarmonic*>::iterator rangeIter;
34 >   std::vector<RealSphericalHarmonic*>::iterator rangeIter;
35    double rangeVal;
36    
37    rangeVal = 0.0;
# Line 45 | Line 45 | double ShapeAtomType::getStrengthValueAt(double costhe
45  
46   double ShapeAtomType::getStrengthValueAt(double costheta, double phi) {
47    
48 <  vector<RealSphericalHarmonic*>::iterator strengthIter;
48 >   std::vector<RealSphericalHarmonic*>::iterator strengthIter;
49    double strengthVal;
50    
51    strengthVal = 0.0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines