--- trunk/OOPSE-2.0/src/UseTheForce/DUFF.cpp 2004/10/27 00:01:29 1653 +++ trunk/OOPSE-2.0/src/UseTheForce/DUFF.cpp 2004/10/28 16:56:20 1670 @@ -767,9 +767,9 @@ void DUFF::readParams( void ){ if( currentAtomType->name[0] != '\0' ){ if (currentAtomType->isSSD || currentAtomType->isDipole) - DirectionalAtomType* at = new DirectionalAtomType(); + at = new DirectionalAtomType(); else - AtomType* at = new AtomType(); + at = new AtomType(); if (currentAtomType->isSSD) { ((DirectionalAtomType*)at)->setSticky();