--- trunk/src/io/Globals.cpp 2006/05/25 21:40:57 979 +++ trunk/src/io/Globals.cpp 2006/07/03 13:18:43 998 @@ -119,6 +119,7 @@ Globals::Globals() { DefineOptionalParameterWithDefaultValue(SkinThickness, "skinThickness", 1.0); DefineOptionalParameterWithDefaultValue(StatFileFormat, "statFileFormat", "TIME|TOTAL_ENERGY|POTENTIAL_ENERGY|KINETIC_ENERGY|TEMPERATURE|PRESSURE|VOLUME|CONSERVED_QUANTITY"); DefineOptionalParameterWithDefaultValue(UseSphericalBoundaryConditions, "useSphericalBoundaryConditions", false); + DefineOptionalParameterWithDefaultValue(AccumulateBoxDipole, "accumulateBoxDipole", false); deprecatedKeywords_.insert("nComponents");