--- branches/new_design/OOPSE-3.0/src/applications/simpleBuilder/MoLocator.cpp 2004/12/02 04:55:10 1825 +++ branches/new_design/OOPSE-3.0/src/applications/simpleBuilder/MoLocator.cpp 2004/12/02 05:04:20 1826 @@ -19,7 +19,7 @@ void MoLocator::placeMol( const Vector3d& offset, cons double newCoor[3]; double curRefCoor[3]; double zeroVector[3]; - vector myIntegrableObjects; + std::vector myIntegrableObjects; double rotMat[3][3]; zeroVector[0] = 0.0; @@ -67,7 +67,7 @@ void MoLocator::calcRefCoords( void ){ AtomStamp* currAtomStamp; int nAtoms; int nRigidBodies; - vector mass; + std::vector mass; Vector3d coor; Vector3d refMolCom; int nAtomsInRb;