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

Comparing trunk/src/io/Globals.cpp (file contents):
Revision 1032 by gezelter, Fri Sep 1 19:16:02 2006 UTC vs.
Revision 1050 by chrisfen, Fri Sep 22 22:19:59 2006 UTC

# Line 64 | Line 64 | Globals::Globals() {
64    DefineOptionalParameter(StatusTime, "statusTime");
65    DefineOptionalParameter(CutoffRadius, "cutoffRadius");
66    DefineOptionalParameter(SwitchingRadius, "switchingRadius");
67  DefineOptionalParameter(Dielectric, "dielectric");
67    DefineOptionalParameter(TempSet, "tempSet");
68    DefineOptionalParameter(ThermalTime, "thermalTime");
69    DefineOptionalParameter(TargetPressure, "targetPressure");
# Line 113 | Line 112 | Globals::Globals() {
112    DefineOptionalParameterWithDefaultValue(ThermIntDistSpringConst, "thermIntDistSpringConst", 6.0);
113    DefineOptionalParameterWithDefaultValue(ThermIntThetaSpringConst, "thermIntThetaSpringConst", 7.5);
114    DefineOptionalParameterWithDefaultValue(ThermIntOmegaSpringConst, "thermIntOmegaSpringConst", 13.5);
115 <  DefineOptionalParameterWithDefaultValue(DampingAlpha, "dampingAlpha", 0.2);
115 >  DefineOptionalParameter(DampingAlpha, "dampingAlpha");
116 >  DefineOptionalParameterWithDefaultValue(Dielectric, "dielectric", 78.5);
117    DefineOptionalParameterWithDefaultValue(CompressDumpFile, "compressDumpFile", 0);
118    DefineOptionalParameterWithDefaultValue(OutputForceVector, "outputForceVector", 0);
119    DefineOptionalParameterWithDefaultValue(SkinThickness, "skinThickness", 1.0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines