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
Commits
ba4cbcbf
Commit
ba4cbcbf
authored
Feb 21, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed T.cc files to T_impl.hh to get rid of IDE problems not showing them.
parent
cfdb0cb9
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
3 deletions
+3
-3
Algorithms/AdaptiveRemesherT.hh
Algorithms/AdaptiveRemesherT.hh
+1
-1
Algorithms/AdaptiveRemesherT_impl.hh
Algorithms/AdaptiveRemesherT_impl.hh
+0
-0
Algorithms/BaseRemesherT.hh
Algorithms/BaseRemesherT.hh
+1
-1
Algorithms/BaseRemesherT_impl.hh
Algorithms/BaseRemesherT_impl.hh
+0
-0
Algorithms/DiffGeoT.hh
Algorithms/DiffGeoT.hh
+1
-1
Algorithms/DiffGeoT_impl.hh
Algorithms/DiffGeoT_impl.hh
+0
-0
No files found.
Algorithms/AdaptiveRemesherT.hh
View file @
ba4cbcbf
...
...
@@ -115,7 +115,7 @@ protected:
//=============================================================================
#if defined(INCLUDE_TEMPLATES) && !defined(ADAPTIVE_REMESHERT_C)
#define ADAPTIVE_REMESHERT_TEMPLATES
#include "AdaptiveRemesherT
.cc
"
#include "AdaptiveRemesherT
_impl.hh
"
#endif
//=============================================================================
#endif // ADAPTIVE_REMESHERT_HH defined
...
...
Algorithms/AdaptiveRemesherT
.cc
→
Algorithms/AdaptiveRemesherT
_impl.hh
View file @
ba4cbcbf
File moved
Algorithms/BaseRemesherT.hh
View file @
ba4cbcbf
...
...
@@ -149,7 +149,7 @@ protected:
//=============================================================================
#if defined(INCLUDE_TEMPLATES) && !defined(BASE_REMESHERT_C)
#define BASE_REMESHERT_TEMPLATES
#include "BaseRemesherT
.cc
"
#include "BaseRemesherT
_impl.hh
"
#endif
//=============================================================================
#endif // BASE_REMESHERT_HH defined
...
...
Algorithms/BaseRemesherT
.cc
→
Algorithms/BaseRemesherT
_impl.hh
View file @
ba4cbcbf
File moved
Algorithms/DiffGeoT.hh
View file @
ba4cbcbf
...
...
@@ -133,7 +133,7 @@ private:
//=============================================================================
#if defined(INCLUDE_TEMPLATES) && !defined(DIFFGEOT_C)
#define DIFFGEO_TEMPLATES
#include "DiffGeoT
.cc
"
#include "DiffGeoT
_impl.hh
"
#endif
//=============================================================================
#endif // DIFFGEO_HH defined
...
...
Algorithms/DiffGeoT
.cc
→
Algorithms/DiffGeoT
_impl.hh
View file @
ba4cbcbf
File moved
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