Skip to content
Snippets Groups Projects
Commit ef697de3 authored by Dmitri Naumov's avatar Dmitri Naumov Committed by Tom Fischer
Browse files

[MGT] Typos, empty doxygen fields, include paths.

parent 2edffee6
No related branches found
No related tags found
No related merge requests found
/** /**
* @file
* @date Oct 24, 2013 * @date Oct 24, 2013
* @brief
* *
* @copyright * @copyright
* Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org)
...@@ -10,14 +8,14 @@ ...@@ -10,14 +8,14 @@
* http://www.opengeosys.org/LICENSE.txt * http://www.opengeosys.org/LICENSE.txt
*/ */
#include "MeshGeoToolsLib/MeshNodeSearcher.h"
// ThirdParty/logog // ThirdParty/logog
#include "logog/include/logog.hpp" #include "logog/include/logog.hpp"
#include "MeshGeoToolsLib/MeshNodeSearcher.h"
// MeshLib // MeshLib
#include "Elements/Element.h" #include "MeshLib/Elements/Element.h"
#include "Elements/Line.h" #include "MeshLib/Elements/Line.h"
// MeshGeoToolsLib // MeshGeoToolsLib
#include "MeshGeoToolsLib/HeuristicSearchLength.h" #include "MeshGeoToolsLib/HeuristicSearchLength.h"
......
/** /**
* @file
* @date Oct 24, 2013 * @date Oct 24, 2013
* @brief
* *
* @copyright * @copyright
* Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org) * Copyright (c) 2012-2014, OpenGeoSys Community (http://www.opengeosys.org)
...@@ -17,13 +15,13 @@ ...@@ -17,13 +15,13 @@
#include "boost/optional.hpp" #include "boost/optional.hpp"
// GeoLib // GeoLib
#include "Point.h" #include "GeoLib/Point.h"
#include "Polyline.h" #include "GeoLib/Polyline.h"
#include "Grid.h" #include "GeoLib/Grid.h"
// MeshLib // MeshLib
#include "Mesh.h" #include "MeshLib/Mesh.h"
#include "Node.h" #include "MeshLib/Node.h"
// forward declaration // forward declaration
namespace MeshGeoToolsLib namespace MeshGeoToolsLib
...@@ -45,8 +43,8 @@ class MeshNodeSearcher ...@@ -45,8 +43,8 @@ class MeshNodeSearcher
public: public:
/** /**
* Constructor for objects of class MeshNodeSearcher. It calculates * Constructor for objects of class MeshNodeSearcher. It calculates
* internal used search length out of the given MeshLib::Mesh. * internally used search length from the given MeshLib::Mesh.
* @param mesh The mesh within the search will be performed. It is asumed * @param mesh Run search algorithm on this mesh. It is assumed
* that the mesh does not change its geometry. * that the mesh does not change its geometry.
*/ */
explicit MeshNodeSearcher(MeshLib::Mesh const& mesh, explicit MeshNodeSearcher(MeshLib::Mesh const& mesh,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment