Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-MeshRepair
Compare Revisions
82af0bd74997bd4f6946af6b5767751aff1fce58...5fb8b242fdfefd529e9f73c8166ec128da1aa3cf
Commits (1)
Removed old svn header
· 5fb8b242
Jan Möbius
authored
Jan 09, 2019
5fb8b242
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
3 additions
and
74 deletions
+3
-74
EdgeFunctions.cc
EdgeFunctions.cc
+0
-11
FaceFunctions.cc
FaceFunctions.cc
+0
-8
GeneralMeshFixing.cc
GeneralMeshFixing.cc
+0
-9
MeshRepairPlugin.cc
MeshRepairPlugin.cc
+0
-9
MeshRepairPlugin.hh
MeshRepairPlugin.hh
+1
-7
MeshRepairPluginT.cc
MeshRepairPluginT.cc
+1
-7
MeshRepairToolbar.cc
MeshRepairToolbar.cc
+1
-7
NormalFixing.cc
NormalFixing.cc
+0
-7
VertexFunctions.cc
VertexFunctions.cc
+0
-9
No files found.
EdgeFunctions.cc
View file @
5fb8b242
...
...
@@ -40,17 +40,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "MeshRepairPlugin.hh"
#include <MeshTools/MeshSelectionT.hh>
...
...
FaceFunctions.cc
View file @
5fb8b242
...
...
@@ -40,14 +40,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
...
...
GeneralMeshFixing.cc
View file @
5fb8b242
...
...
@@ -40,15 +40,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 15713 $ *
* $LastChangedBy: moebius $ *
* $Date: 2012-10-25 12:58:58 +0200 (Do, 25 Okt 2012) $ *
* *
\*===========================================================================*/
#include "MeshRepairPlugin.hh"
...
...
MeshRepairPlugin.cc
View file @
5fb8b242
...
...
@@ -39,15 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "MeshRepairPlugin.hh"
...
...
MeshRepairPlugin.hh
View file @
5fb8b242
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef MESHREPAIRPLUGIN_HH
#define MESHREPAIRPLUGIN_HH
...
...
MeshRepairPluginT.cc
View file @
5fb8b242
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#define MESHREPAIRPLUGINT_CC
...
...
MeshRepairToolbar.cc
View file @
5fb8b242
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "MeshRepairToolbar.hh"
...
...
NormalFixing.cc
View file @
5fb8b242
...
...
@@ -40,13 +40,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
...
...
VertexFunctions.cc
View file @
5fb8b242
...
...
@@ -40,15 +40,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "MeshRepairPlugin.hh"
...
...