Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Plugin-Remesher
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
Hide 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"
...
...