ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/LJ_FF.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/LJ_FF.cpp (file contents):
Revision 428 by mmeineke, Thu Mar 27 21:07:14 2003 UTC vs.
Revision 433 by mmeineke, Fri Mar 28 15:28:53 2003 UTC

# Line 397 | Line 397 | void LJ_FF::readParams( void ){
397      currentAtomType = currentAtomType->next;
398    }
399        
400 +  entry_plug->useLJ = 1;
401 +
402   #ifdef IS_MPI
403    sprintf( checkPointMsg,
404             "LJ_FF atom structures successfully sent to fortran\n" );
# Line 435 | Line 437 | void LJ_FF::initializeAtoms( int nAtoms, Atom** the_at
437      if( bigSigma < currentAtomType->sigma ) bigSigma = currentAtomType->sigma;
438    }
439    
438  entry_plug->useLJ = 1;
440  
441 +
442   #ifdef IS_MPI
443    sprintf( checkPointMsg, "LJ_FF atoms initialized succesfully" );
444    MPIcheckPoint();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines