ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/DUFF.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/DUFF.cpp (file contents):
Revision 635 by gezelter, Thu Jul 17 20:32:24 2003 UTC vs.
Revision 690 by mmeineke, Tue Aug 12 21:44:06 2003 UTC

# Line 1610 | Line 1610 | int DUFF_NS::parseBond( char *lineBuffer, int lineNum,
1610        }
1611        
1612        info.d0 = atof( the_token );
1613 +      
1614 +      info.k0=0.0;
1615      }
1616      else if( !strcmp( bondType, "harmonic" ) ){
1617        info.type = HARMONIC_BOND;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines