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 1004 by gezelter, Sun Jul 16 02:46:27 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::string DistanceMix = this->getDistanceMixingRule();
73      toUpper(DistanceMix);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines