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

Comparing trunk/OOPSE-2.0/src/UseTheForce/LJFF.cpp (file contents):
Revision 1636 by chrisfen, Fri Oct 22 22:54:01 2004 UTC vs.
Revision 1638 by chrisfen, Fri Oct 22 23:00:06 2004 UTC

# Line 358 | Line 358 | void LJFF::readParams( void ){
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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines