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 1638 by chrisfen, Fri Oct 22 23:00:06 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 +      printf("Did setName\n");
362        at->setLennardJones();
363 +      printf("Did setLennardJones\n");
364        at->complete();
365 +      printf("Did complete\n");
366        
367      }
368      currentAtomType = currentAtomType->next;
# Line 383 | Line 387 | void LJFF::readParams( void ){
387      currentAtomType = currentAtomType->next;
388    }
389    
390 <  entry_plug->useLJ = 1;
390 >  entry_plug->useLennardJones = 1;
391  
392   #ifdef IS_MPI
393    sprintf( checkPointMsg,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines