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 1251 by gezelter, Thu Apr 24 21:06:05 2008 UTC vs.
Revision 1252 by chuckv, Thu Jun 5 15:53:59 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;
139        }
140        break;
141  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines