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

Comparing trunk/OOPSE-3.0/src/io/Globals.cpp (file contents):
Revision 2364 by tim, Thu Oct 13 22:26:47 2005 UTC vs.
Revision 2365 by chrisfen, Fri Oct 14 14:18:02 2005 UTC

# Line 127 | Line 127 | Globals::Globals(){
127    DefineOptionalParameterWithDefaultValue(OrthoBoxTolerance, "orthoBoxTolerance", 1E-6);  
128    DefineOptionalParameterWithDefaultValue(UseSolidThermInt, "useSolidThermInt", false);
129    DefineOptionalParameterWithDefaultValue(UseLiquidThermInt, "useLiquidThermInt", false);
130 +  DefineOptionalParameterWithDefaultValue(ThermIntDistSpringConst, "thermIntDistSpringConst", 6.0);
131 +  DefineOptionalParameterWithDefaultValue(ThermIntThetaSpringConst, "thermIntThetaSpringConst", 7.5);
132 +  DefineOptionalParameterWithDefaultValue(ThermIntOmegaSpringConst, "thermIntOmegaSpringConst", 13.5);
133    DefineOptionalParameterWithDefaultValue(DampingAlpha, "dampingAlpha", 1.5);
134    DefineOptionalParameterWithDefaultValue(CompressDumpFile, "compressDumpFile", 0);
135    DefineOptionalParameterWithDefaultValue(SkinThickness, "skinThickness", 1.0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines