Index: dam engine/branches/Initial Source/Deltares.DamEngine.Data/Geometry/GeometryPoint.cs
===================================================================
diff -u -r276 -r303
--- dam engine/branches/Initial Source/Deltares.DamEngine.Data/Geometry/GeometryPoint.cs (.../GeometryPoint.cs) (revision 276)
+++ dam engine/branches/Initial Source/Deltares.DamEngine.Data/Geometry/GeometryPoint.cs (.../GeometryPoint.cs) (revision 303)
@@ -63,13 +63,18 @@
}
///
- /// Gets or sets the X coordinate of publisherEventArgs GeometryPoint
+ /// Gets or sets the X coordinate of GeometryPoint
///
public virtual double X { get; set; }
///
- /// Gets or sets the Z coordinate of publisherEventArgs GeometryPoint
+ /// Gets or sets the Y coordinate of GeometryPoint
///
+ public virtual double Y { get; set; }
+
+ ///
+ /// Gets or sets the Z coordinate of GeometryPoint
+ ///
public virtual double Z { get; set; }
///