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

Comparing trunk/OOPSE-4/src/UseTheForce/LJFF.cpp (file contents):
Revision 1634 by gezelter, Fri Oct 22 21:21:02 2004 UTC vs.
Revision 1636 by chrisfen, Fri Oct 22 22:54:01 2004 UTC

# Line 356 | Line 356 | void LJFF::readParams( void ){
356  
357        AtomType* at = new AtomType();
358        at->setIdent(currentAtomType->ident);
359 +      printf ("currentName = %s\n", currentAtomType->name);
360        at->setName(currentAtomType->name);    
361        at->setLennardJones();
362        at->complete();
# Line 383 | Line 384 | void LJFF::readParams( void ){
384      currentAtomType = currentAtomType->next;
385    }
386    
387 <  entry_plug->useLJ = 1;
387 >  entry_plug->useLennardJones = 1;
388  
389   #ifdef IS_MPI
390    sprintf( checkPointMsg,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines