From d1697e123a89c771d1d364cd972c67d90f50768f Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <github@naumov.de> Date: Tue, 19 Apr 2016 22:08:03 +0000 Subject: [PATCH] [MeL] Typo in comment. --- MeshLib/MeshGenerators/MeshLayerMapper.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MeshLib/MeshGenerators/MeshLayerMapper.h b/MeshLib/MeshGenerators/MeshLayerMapper.h index 854b544efd7..e4c4fa8e781 100644 --- a/MeshLib/MeshGenerators/MeshLayerMapper.h +++ b/MeshLib/MeshGenerators/MeshLayerMapper.h @@ -56,8 +56,9 @@ public: double noDataReplacementValue = 0.0); /** - * Maps the elevation of nodes of a given 2D mesh according to the raster. At locations wher no - * information is given, node elevation is set to noDataReplacementValue. + * Maps the elevation of nodes of a given 2D mesh according to the raster. At + * locations where no information is given, node elevation is set to + * noDataReplacementValue. */ static bool layerMapping(MeshLib::Mesh &mesh, const GeoLib::Raster &raster, double noDataReplacementValue); -- GitLab