Index: DamEngine/trunk/src/Deltares.DamEngine.Data/Geometry/GeometryLoop.cs
===================================================================
diff -u -r4248 -r4540
--- DamEngine/trunk/src/Deltares.DamEngine.Data/Geometry/GeometryLoop.cs (.../GeometryLoop.cs) (revision 4248)
+++ DamEngine/trunk/src/Deltares.DamEngine.Data/Geometry/GeometryLoop.cs (.../GeometryLoop.cs) (revision 4540)
@@ -1,4 +1,4 @@
-// Copyright (C) Stichting Deltares 2023. All rights reserved.
+// Copyright (C) Stichting Deltares 2024. All rights reserved.
//
// This file is part of the Dam Engine.
//
@@ -30,8 +30,8 @@
///
public class GeometryLoop : GeometryPointString
{
- private readonly Routines2D routines2D = new Routines2D();
-
+ private readonly Routines2D routines2D = new Routines2D();
+
///
/// List of points that describe the physical surface line or surface.
///