ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/DUFF.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/UseTheForce/DUFF.cpp (file contents):
Revision 1617 by chuckv, Wed Oct 20 20:46:20 2004 UTC vs.
Revision 1621 by gezelter, Wed Oct 20 21:52:20 2004 UTC

# Line 801 | Line 801 | void DUFF::readParams( void ){
801      if(currentAtomType->isDipole) entry_plug->useDipoles = 1;
802      if(currentAtomType->isSSD) {
803        entry_plug->useSticky = 1;
804 <      set_sticky_params( &(currentAtomType->w0), &(currentAtomType->v0),
805 <                         &(currentAtomType->v0p),
806 <                         &(currentAtomType->rl), &(currentAtomType->ru),
807 <                         &(currentAtomType->rlp), &(currentAtomType->rup));
804 >      makeStickyType( &(currentAtomType->w0), &(currentAtomType->v0),
805 >                      &(currentAtomType->v0p),
806 >                      &(currentAtomType->rl), &(currentAtomType->ru),
807 >                      &(currentAtomType->rlp), &(currentAtomType->rup));
808      }
809  
810      if( currentAtomType->name[0] != '\0' ){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines