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
OpenVolumeMesh
OpenVolumeMesh
Commits
896e292f
Commit
896e292f
authored
Feb 26, 2019
by
Martin Heistermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup: remove svn headers, use pragma once
parent
fd68dccf
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
37 deletions
+2
-37
src/OpenVolumeMesh/Core/PropertyDefines.cc
src/OpenVolumeMesh/Core/PropertyDefines.cc
+0
-7
src/OpenVolumeMesh/Core/PropertyDefines.hh
src/OpenVolumeMesh/Core/PropertyDefines.hh
+1
-12
src/OpenVolumeMesh/Core/PropertyPtr.hh
src/OpenVolumeMesh/Core/PropertyPtr.hh
+1
-10
src/OpenVolumeMesh/Core/PropertyPtrT_impl.hh
src/OpenVolumeMesh/Core/PropertyPtrT_impl.hh
+0
-8
No files found.
src/OpenVolumeMesh/Core/PropertyDefines.cc
View file @
896e292f
...
...
@@ -32,13 +32,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $Date$ *
* $LastChangedBy$ *
* *
\*===========================================================================*/
#include "PropertyDefines.hh"
...
...
src/OpenVolumeMesh/Core/PropertyDefines.hh
View file @
896e292f
...
...
@@ -32,16 +32,7 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $Date$ *
* $LastChangedBy$ *
* *
\*===========================================================================*/
#ifndef PROPERTYDEFINES_HH_
#define PROPERTYDEFINES_HH_
#pragma once
#include <iosfwd>
#include <stdexcept>
...
...
@@ -176,5 +167,3 @@ private:
#if defined(INCLUDE_TEMPLATES) && !defined(PROPERTYDEFINEST_CC)
#include "PropertyDefinesT_impl.hh"
#endif
#endif
/* PROPERTYDEFINES_HH_ */
src/OpenVolumeMesh/Core/PropertyPtr.hh
View file @
896e292f
...
...
@@ -32,16 +32,8 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $Date$ *
* $LastChangedBy$ *
* *
\*===========================================================================*/
#ifndef PROPERTYPTR_HH_
#define PROPERTYPTR_HH_
#pragma once
#include <string>
...
...
@@ -129,4 +121,3 @@ protected:
#include "PropertyPtrT_impl.hh"
#endif
#endif
/* PROPERTYPTR_HH_ */
src/OpenVolumeMesh/Core/PropertyPtrT_impl.hh
View file @
896e292f
...
...
@@ -32,14 +32,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $Date$ *
* $LastChangedBy$ *
* *
\*===========================================================================*/
#define PROPERTYPTRT_CC
#include "PropertyPtr.hh"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment