From ef697de36f801e450d32d0b480f3c5fa38911d5f Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Mon, 27 Jan 2014 23:58:17 +0100 Subject: [PATCH] [MGT] Typos, empty doxygen fields, include paths. --- MeshGeoToolsLib/MeshNodeSearcher.cpp | 10 ++++------ MeshGeoToolsLib/MeshNodeSearcher.h | 16 +++++++--------- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/MeshGeoToolsLib/MeshNodeSearcher.cpp b/MeshGeoToolsLib/MeshNodeSearcher.cpp index 6d95d3df1cc..664a6824826 100644 --- a/MeshGeoToolsLib/MeshNodeSearcher.cpp +++ b/MeshGeoToolsLib/MeshNodeSearcher.cpp @@ -1,7 +1,5 @@ /** - * @file * @date Oct 24, 2013 - * @brief * * @copyright * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) @@ -10,14 +8,14 @@ * http://www.opengeosys.org/LICENSE.txt */ +#include "MeshGeoToolsLib/MeshNodeSearcher.h" + // ThirdParty/logog #include "logog/include/logog.hpp" -#include "MeshGeoToolsLib/MeshNodeSearcher.h" - // MeshLib -#include "Elements/Element.h" -#include "Elements/Line.h" +#include "MeshLib/Elements/Element.h" +#include "MeshLib/Elements/Line.h" // MeshGeoToolsLib #include "MeshGeoToolsLib/HeuristicSearchLength.h" diff --git a/MeshGeoToolsLib/MeshNodeSearcher.h b/MeshGeoToolsLib/MeshNodeSearcher.h index b98b10b2024..993bb32aca4 100644 --- a/MeshGeoToolsLib/MeshNodeSearcher.h +++ b/MeshGeoToolsLib/MeshNodeSearcher.h @@ -1,7 +1,5 @@ /** - * @file * @date Oct 24, 2013 - * @brief * * @copyright * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) @@ -17,13 +15,13 @@ #include "boost/optional.hpp" // GeoLib -#include "Point.h" -#include "Polyline.h" -#include "Grid.h" +#include "GeoLib/Point.h" +#include "GeoLib/Polyline.h" +#include "GeoLib/Grid.h" // MeshLib -#include "Mesh.h" -#include "Node.h" +#include "MeshLib/Mesh.h" +#include "MeshLib/Node.h" // forward declaration namespace MeshGeoToolsLib @@ -45,8 +43,8 @@ class MeshNodeSearcher public: /** * Constructor for objects of class MeshNodeSearcher. It calculates - * internal used search length out of the given MeshLib::Mesh. - * @param mesh The mesh within the search will be performed. It is asumed + * internally used search length from the given MeshLib::Mesh. + * @param mesh Run search algorithm on this mesh. It is assumed * that the mesh does not change its geometry. */ explicit MeshNodeSearcher(MeshLib::Mesh const& mesh, -- GitLab