Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-Remesher
Compare Revisions
c6f46fa4c2b7481396e90836443104f22ba9a07f...ea0dbcf2b18ae734e1329d6f5f7516654b008de2
Source
ea0dbcf2b18ae734e1329d6f5f7516654b008de2
Select Git revision
...
Target
c6f46fa4c2b7481396e90836443104f22ba9a07f
Select Git revision
Compare
Commits (1)
Removed old svn header
· ea0dbcf2
Jan Möbius
authored
Jan 09, 2019
ea0dbcf2
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
1 addition
and
78 deletions
+1
-78
Algorithms/AdaptiveRemesherT.cc
Algorithms/AdaptiveRemesherT.cc
+0
-7
Algorithms/AdaptiveRemesherT.hh
Algorithms/AdaptiveRemesherT.hh
+0
-7
Algorithms/BaseRemesherT.cc
Algorithms/BaseRemesherT.cc
+0
-8
Algorithms/BaseRemesherT.hh
Algorithms/BaseRemesherT.hh
+0
-7
Algorithms/DiffGeoT.cc
Algorithms/DiffGeoT.cc
+0
-7
Algorithms/DiffGeoT.hh
Algorithms/DiffGeoT.hh
+0
-7
Algorithms/UniformRemesherT.hh
Algorithms/UniformRemesherT.hh
+1
-7
ProgressEmitter.hh
ProgressEmitter.hh
+0
-7
RemesherPlugin.cc
RemesherPlugin.cc
+0
-7
RemesherPlugin.hh
RemesherPlugin.hh
+0
-7
RemesherToolbox.cc
RemesherToolbox.cc
+0
-7
No files found.
Algorithms/AdaptiveRemesherT.cc
View file @
ea0dbcf2
...
...
@@ -39,13 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
...
...
Algorithms/AdaptiveRemesherT.hh
View file @
ea0dbcf2
...
...
@@ -39,13 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
...
...
Algorithms/BaseRemesherT.cc
View file @
ea0dbcf2
...
...
@@ -39,14 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
// CLASS BaseRemesherT - IMPLEMENTATION
...
...
Algorithms/BaseRemesherT.hh
View file @
ea0dbcf2
...
...
@@ -39,13 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
...
...
Algorithms/DiffGeoT.cc
View file @
ea0dbcf2
...
...
@@ -39,13 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
...
...
Algorithms/DiffGeoT.hh
View file @
ea0dbcf2
...
...
@@ -39,13 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
...
...
Algorithms/UniformRemesherT.hh
View file @
ea0dbcf2
...
...
@@ -39,13 +39,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
// CLASS UniformRemesherT
...
...
ProgressEmitter.hh
View file @
ea0dbcf2
...
...
@@ -39,13 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#pragma once
...
...
RemesherPlugin.cc
View file @
ea0dbcf2
...
...
@@ -39,13 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "RemesherPlugin.hh"
...
...
RemesherPlugin.hh
View file @
ea0dbcf2
...
...
@@ -39,13 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef ADVANCEDREMESHERPLUGIN_HH
#define ADVANCEDREMESHERPLUGIN_HH
...
...
RemesherToolbox.cc
View file @
ea0dbcf2
...
...
@@ -39,13 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "RemesherToolbox.hh"
...
...