ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/io/BondTypesSectionParser.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/io/BondTypesSectionParser.cpp (file contents):
Revision 1784 by tim, Wed Nov 24 22:12:12 2004 UTC vs.
Revision 1785 by tim, Thu Nov 25 20:18:21 2004 UTC

# Line 100 | Line 100 | void BondTypesSectionParser::parseLine(ForceField& ff,
100                  double k1 = tokenizer.nextTokenAsDouble();
101                  double k0 = tokenizer.nextTokenAsDouble();
102                  
103 <                bondType = new QuadraticBondType(b0, k4, k3, k2, k1, k0);
103 >                bondType = new QuarticBondType(b0, k4, k3, k2, k1, k0);
104              }
105              break;
106  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines