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 420 by mmeineke, Thu Mar 27 17:32:03 2003 UTC vs.
Revision 428 by mmeineke, Thu Mar 27 21:07:14 2003 UTC

# Line 74 | Line 74 | namespace LJ_NS{
74        
75        if( next != NULL ) next->add(info);
76        else{
77 <        next = new LinkedType();
77 >        next = new LinkedAtomType();
78          strcpy(next->name, info.name);
79          next->mass     = info.mass;
80          next->epslon   = info.epslon;
# Line 333 | Line 333 | void LJ_FF::readParams( void ){
333      
334      MPIcheckPoint();
335  
336 <    headAtomType = new LinkedType;
336 >    headAtomType = new LinkedAtomType;
337      recieveFrcStruct( &info, mpiAtomStructType );
338      
339      while( !info.last ){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines