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

Comparing trunk/OOPSE-4/src/io/MetalNonMetalInteractionsSectionParser.cpp (file contents):
Revision 3406 by gezelter, Thu Apr 24 21:06:05 2008 UTC vs.
Revision 3407 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