ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libmdCode/TraPPE_ExFF.cpp
(Generate patch)

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/TraPPE_ExFF.cpp (file contents):
Revision 375 by chuckv, Thu Mar 20 19:50:42 2003 UTC vs.
Revision 376 by chuckv, Fri Mar 21 15:24:37 2003 UTC

# Line 565 | Line 565 | void TraPPE_ExFF::initializeAtoms( void ){
565      the_atoms[i]->setMass( currentAtomType->mass );
566      the_atoms[i]->setEpslon( currentAtomType->epslon );
567      the_atoms[i]->setSigma( currentAtomType->sigma );
568 +    the_atoms[i]->setIdent( currentAtomType->ident );
569      the_atoms[i]->setLJ();
570  
571      if( bigSigma < currentAtomType->sigma ) bigSigma = currentAtomType->sigma;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines