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 2379 by tim, Mon Oct 17 03:06:29 2005 UTC vs.
Revision 2380 by tim, Mon Oct 17 23:13:44 2005 UTC

# Line 122 | Line 122 | Globals::Globals(){
122    DefineOptionalParameter(PrintPressureTensor, "printPressureTensor");
123    DefineOptionalParameter(ElectrostaticSummationMethod, "electrostaticSummationMethod");
124    DefineOptionalParameter(CutoffPolicy, "cutoffPolicy");
125  DefineOptionalParameter(StatFileFormat, "statFileFormat");    
125    
126    DefineOptionalParameterWithDefaultValue(MixingRule, "mixingRule", "standard");
127    DefineOptionalParameterWithDefaultValue(UsePeriodicBoundaryConditions, "usePeriodicBoundaryConditions", true);
# Line 137 | Line 136 | Globals::Globals(){
136    DefineOptionalParameterWithDefaultValue(DampingAlpha, "dampingAlpha", 1.5);
137    DefineOptionalParameterWithDefaultValue(CompressDumpFile, "compressDumpFile", 0);
138    DefineOptionalParameterWithDefaultValue(SkinThickness, "skinThickness", 1.0);
139 +  DefineOptionalParameterWithDefaultValue(StatFileFormat, "statFileFormat", "TIME|TOTAL_ENERGY|POTENTIAL_ENERGY|KINETIC_ENERGY|TEMPERATURE|PRESSURE|VOLUME|CONSERVED_QUANTITY");    
140 +
141    
142   }
143  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines