ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/io/MetalNonMetalInteractionsSectionParser.cpp
(Generate patch)

Comparing trunk/src/io/MetalNonMetalInteractionsSectionParser.cpp (file contents):
Revision 1252 by chuckv, Thu Jun 5 15:53:59 2008 UTC vs.
Revision 1254 by chuckv, Fri Jun 6 15:55:54 2008 UTC

# Line 135 | Line 135 | namespace oopse {
135          RealType sigma = tokenizer.nextTokenAsDouble();
136          RealType epsilon = tokenizer.nextTokenAsDouble();
137          interactionType = new LennardJonesInteractionType(sigma, epsilon);
138        std::cerr << "Interaction sigma, epsilon: " << sigma << "\t" << epsilon <<std::endl;
138        }
139        break;
140  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines