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
166627f4
Commit
166627f4
authored
Nov 18, 2015
by
Jan Möbius
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove libs prefix from meshintegration path.
It could also be inside a package.
parent
f03fd2bf
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 @
166627f4
...
...
@@ -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 <
libs/
MeshIntegration/PolyLineIntegrationT.hh>
#include <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 <
libs/
MeshIntegration/PolyLineIntegrationT.cc>
#include <MeshIntegration/PolyLineIntegrationT.cc>
#endif
#endif
...
...
Jan Möbius
@moebius
mentioned in commit
ec8da53d
·
Nov 18, 2015
mentioned in commit
ec8da53d
mentioned in commit ec8da53d040e56f166ca52209ca87e42836d6a17
Toggle commit list
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