--- trunk/OOPSE/libmdtools/TraPPE_ExFF.cpp 2003/04/03 22:01:29 451 +++ trunk/OOPSE/libmdtools/TraPPE_ExFF.cpp 2003/04/05 03:39:25 463 @@ -761,7 +761,10 @@ void TraPPE_ExFF::readParams( void ){ while( currentAtomType != NULL ){ if(currentAtomType->isDipole) entry_plug->useDipole = 1; - if(currentAtomType->isSSD) entry_plug->useSticky = 1; + if(currentAtomType->isSSD) { + entry_plug->useSticky = 1; + set_sticky_params( &(currentAtomType->w0), &(currentAtomType->v0)); + } if( currentAtomType->name[0] != '\0' ){ isError = 0; @@ -773,14 +776,6 @@ void TraPPE_ExFF::readParams( void ){ &(currentAtomType->epslon), &(currentAtomType->sigma), &(currentAtomType->dipole), - &(currentAtomType->w0), - &(currentAtomType->v0), - &GB_dummy, - &GB_dummy, - &GB_dummy, - &GB_dummy, - &GB_dummy, - &GB_dummy, &isError ); if( isError ){ sprintf( painCave.errMsg,