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 424 by mmeineke, Thu Mar 27 20:36:16 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines