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

Comparing trunk/OOPSE-3.0/src/io/LennardJonesAtomTypesSectionParser.cpp (file contents):
Revision 2537 by chuckv, Wed Dec 7 23:00:26 2005 UTC vs.
Revision 2538 by chuckv, Mon Jan 9 19:26:27 2006 UTC

# Line 72 | Line 72 | namespace oopse {
72          ljParam.sigma = tokenizer.nextTokenAsDouble();
73          ljParam.soft_pot = 0;
74    
75 <  ljParam.epsilon *= options_.getEnergyUnitScaling();
76 <  ljParam.sigma   *= options_.getDistanceUnitScaling();
75 >        ljParam.epsilon *= options_.getEnergyUnitScaling();
76 >        ljParam.sigma   *= options_.getDistanceUnitScaling();
77    
78          if (tokenizer.hasMoreTokens()) {
79            std::string pot_type = tokenizer.nextToken();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines