Index: DamEngine/trunk/src/Deltares.DamEngine.Data/Geometry/GeometryConstants.cs =================================================================== diff -u -r3893 -r4000 --- DamEngine/trunk/src/Deltares.DamEngine.Data/Geometry/GeometryConstants.cs (.../GeometryConstants.cs) (revision 3893) +++ DamEngine/trunk/src/Deltares.DamEngine.Data/Geometry/GeometryConstants.cs (.../GeometryConstants.cs) (revision 4000) @@ -30,22 +30,22 @@ /// The default left limit of the geometry /// public const double DefaultLeftLimitGeometry = 0.0; - + /// /// The default right limit of the geometry /// public const double DefaultRightLimitGeometry = 50.0; - + /// /// The default bottom limit of the geometry /// public const double DefaultBottomLimitGeometry = -10.0; - + /// /// The accuracy as used for the geometry objects /// public const double Accuracy = 0.001; - + /// /// The volumic weight of water ///