Index: DamEngine/trunk/src/Deltares.DamEngine.Data/Geometry/GeometryBounds.cs =================================================================== diff -u -r3893 -r4000 --- DamEngine/trunk/src/Deltares.DamEngine.Data/Geometry/GeometryBounds.cs (.../GeometryBounds.cs) (revision 3893) +++ DamEngine/trunk/src/Deltares.DamEngine.Data/Geometry/GeometryBounds.cs (.../GeometryBounds.cs) (revision 4000) @@ -31,7 +31,7 @@ /// /// Initializes a new instance of the class. /// - public GeometryBounds() : this(0, 0, 0, 0) { } + public GeometryBounds() : this(0, 0, 0, 0) {} /// /// Initializes a new instance of the class. @@ -105,6 +105,7 @@ { return bounds1; } + if (bounds1 == null) { return bounds2;