Skip to content
Snippets Groups Projects
Commit e864dccd authored by Karsten Rink's avatar Karsten Rink
Browse files

renamed removeMeshNodes to removeMeshEntities

parent 787d41d8
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
* \file
* \author Karsten Rink
* \date 2013-04-04
* \brief Implementation of removeMeshNodes.
* \brief Implementation of removeMeshEntities.
*
* \copyright
* Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org)
......@@ -12,7 +12,7 @@
*
*/
#include "removeMeshNodes.h"
#include "removeMeshEntities.h"
#include "Mesh.h"
#include "Node.h"
#include "Elements/Element.h"
......
......@@ -2,7 +2,7 @@
* \file
* \author Karsten Rink
* \date 2013-04-04
* \brief Definition of the removeMeshNodes
* \brief Definition of the removeMeshEntities
*
* \copyright
* Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org)
......@@ -12,8 +12,8 @@
*
*/
#ifndef REMOVEMESHNODES_H
#define REMOVEMESHNODES_H
#ifndef REMOVEMESHENTITIES_H
#define REMOVEMESHENTITIES_H
#include <vector>
......@@ -27,4 +27,4 @@ class Mesh;
} // end namespace MeshLib
#endif //REMOVEMESHNODES_H
#endif //REMOVEMESHENTITIES_H
......@@ -22,7 +22,7 @@
#include "PointWithID.h"
#include "Mesh.h"
#include "MeshEditing/removeMeshNodes.h"
#include "MeshEditing/removeMeshEntities.h"
#include "MeshSurfaceExtraction.h"
#ifdef OGS_BUILD_GUI
#include "../Gui/DataView/MshLayerMapper.h"
......
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