--- trunk/OOPSE-2.0/src/types/ShapeAtomType.cpp 2005/01/12 22:41:40 1930 +++ trunk/OOPSE-2.0/src/types/ShapeAtomType.cpp 2005/04/15 22:04:00 2204 @@ -1,4 +1,4 @@ - /* +/* * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved. * * The University of Notre Dame grants you ("Licensee") a @@ -44,7 +44,7 @@ ShapeAtomType::~ShapeAtomType() { using namespace oopse; ShapeAtomType::~ShapeAtomType() { - std::vector::iterator iter; + std::vector::iterator iter; for (iter = contactFuncs.begin(); iter != contactFuncs.end(); ++iter) delete (*iter); for (iter = rangeFuncs.begin(); iter != rangeFuncs.end(); ++iter) @@ -58,7 +58,7 @@ double ShapeAtomType::getContactValueAt(double costhet double ShapeAtomType::getContactValueAt(double costheta, double phi) { - std::vector::iterator contactIter; + std::vector::iterator contactIter; double contactVal; contactVal = 0.0; @@ -72,7 +72,7 @@ double ShapeAtomType::getRangeValueAt(double costheta, double ShapeAtomType::getRangeValueAt(double costheta, double phi) { - std::vector::iterator rangeIter; + std::vector::iterator rangeIter; double rangeVal; rangeVal = 0.0; @@ -86,7 +86,7 @@ double ShapeAtomType::getStrengthValueAt(double costhe double ShapeAtomType::getStrengthValueAt(double costheta, double phi) { - std::vector::iterator strengthIter; + std::vector::iterator strengthIter; double strengthVal; strengthVal = 0.0;