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 981 by gezelter, Mon Jun 5 18:24:45 2006 UTC vs.
Revision 983 by gezelter, Tue Jun 6 17:43:28 2006 UTC

# Line 66 | Line 66 | namespace oopse {
66      
67      fortranForceOptions.vdw14scale = this->getvdw14scale();
68      fortranForceOptions.electrostatic14scale = this->getelectrostatic14scale();
69 +    fortranForceOptions.GayBerneMu = this->getGayBerneMu();
70 +    fortranForceOptions.GayBerneNu = this->getGayBerneNu();
71  
72 +    std::cout << "GBM = " <<  fortranForceOptions.GayBerneMu << " GBN = " << fortranForceOptions.GayBerneNu  << std::endl;
73 +
74      std::string DistanceMix = this->getDistanceMixingRule();
75      toUpper(DistanceMix);
76      if(DistanceMix == "ARITHMETIC"){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines