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

Comparing trunk/src/io/ForceFieldOptions.cpp (file contents):
Revision 1003 by gezelter, Tue Jun 6 17:43:28 2006 UTC vs.
Revision 1004 by gezelter, Sun Jul 16 02:46:27 2006 UTC

# Line 69 | Line 69 | namespace oopse {
69      fortranForceOptions.GayBerneMu = this->getGayBerneMu();
70      fortranForceOptions.GayBerneNu = this->getGayBerneNu();
71  
72    std::cout << "GBM = " <<  fortranForceOptions.GayBerneMu << " GBN = " << fortranForceOptions.GayBerneNu  << std::endl;
73
72      std::string DistanceMix = this->getDistanceMixingRule();
73      toUpper(DistanceMix);
74      if(DistanceMix == "ARITHMETIC"){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines