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
OpenFlipper-Free
Commits
ec8da53d
Commit
ec8da53d
authored
Nov 18, 2015
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Remove libs prefix from meshintegration path."
This reverts commit
166627f4
.
parent
166627f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ObjectTypes/PolyLine/PolyLineT.hh
ObjectTypes/PolyLine/PolyLineT.hh
+2
-2
No files found.
ObjectTypes/PolyLine/PolyLineT.hh
View file @
ec8da53d
...
...
@@ -310,7 +310,7 @@ public:
// This Block is used to pull in extended PolyLine features such as integration of
// a PolyLine into a Mesh. Currently this code is not included in the free version.
#ifdef EXTENDED_POLY_LINE
#include <MeshIntegration/PolyLineIntegrationT.hh>
#include <
libs/
MeshIntegration/PolyLineIntegrationT.hh>
#endif
...
...
@@ -746,7 +746,7 @@ private:
#ifdef EXTENDED_POLY_LINE
#if defined(INCLUDE_TEMPLATES) && !defined(ACG_POLYLINE_INTEGRATIONT_C)
#define ACG_POLYLINE_INTEGRATIONT_TEMPLATES
#include <MeshIntegration/PolyLineIntegrationT.cc>
#include <
libs/
MeshIntegration/PolyLineIntegrationT.cc>
#endif
#endif
...
...
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