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-Smoother
Compare Revisions
905f83aa58c00e6becc645da648c86897c02dc3f...da61401a7e849dd75ae6c5a1efdefdd6cb3dc720
Source
da61401a7e849dd75ae6c5a1efdefdd6cb3dc720
Select Git revision
...
Target
905f83aa58c00e6becc645da648c86897c02dc3f
Select Git revision
Compare
Commits (1)
Removed old svn header
· da61401a
Jan Möbius
authored
Jan 09, 2019
da61401a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
35 deletions
+5
-35
SmootherObject.cc
SmootherObject.cc
+1
-7
SmootherObject.hh
SmootherObject.hh
+1
-7
SmootherPlugin.cc
SmootherPlugin.cc
+1
-7
SmootherPlugin.hh
SmootherPlugin.hh
+1
-7
SmootherToolbarWidget.cc
SmootherToolbarWidget.cc
+1
-7
No files found.
SmootherObject.cc
View file @
da61401a
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "SmootherObject.hh"
#include "SmootherObject.hh"
...
...
SmootherObject.hh
View file @
da61401a
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include <OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT.hh>
#include <OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT.hh>
#include <OpenFlipper/common/perObjectData.hh>
#include <OpenFlipper/common/perObjectData.hh>
...
...
SmootherPlugin.cc
View file @
da61401a
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//=============================================================================
//
//
...
...
SmootherPlugin.hh
View file @
da61401a
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//=============================================================================
//
//
...
...
SmootherToolbarWidget.cc
View file @
da61401a
...
@@ -39,13 +39,7 @@
...
@@ -39,13 +39,7 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "SmootherToolbarWidget.hh"
#include "SmootherToolbarWidget.hh"
...
...