COMP: foamyHexMesh: added system include paths for CGAL
This commit is contained in:
parent
75612fd019
commit
571359e4b9
@ -25,7 +25,8 @@ EXE_INC = \
|
|||||||
-I$(LIB_SRC)/sampling/lnInclude \
|
-I$(LIB_SRC)/sampling/lnInclude \
|
||||||
-I$(LIB_SRC)/mesh/autoMesh/lnInclude \
|
-I$(LIB_SRC)/mesh/autoMesh/lnInclude \
|
||||||
-IPrintTable \
|
-IPrintTable \
|
||||||
-I../vectorTools
|
-I../vectorTools \
|
||||||
|
-I/usr/include
|
||||||
|
|
||||||
LIB_LIBS = \
|
LIB_LIBS = \
|
||||||
${CGAL_LIBS} \
|
${CGAL_LIBS} \
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2012-2013 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2012-2014 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -42,10 +42,10 @@ Description
|
|||||||
#include "CGAL/Exact_predicates_inexact_constructions_kernel.h"
|
#include "CGAL/Exact_predicates_inexact_constructions_kernel.h"
|
||||||
typedef CGAL::Exact_predicates_inexact_constructions_kernel baseK;
|
typedef CGAL::Exact_predicates_inexact_constructions_kernel baseK;
|
||||||
|
|
||||||
// #include <CGAL/Robust_circumcenter_traits_3.h>
|
// #include "CGAL/Robust_circumcenter_traits_3.h"
|
||||||
// typedef CGAL::Robust_circumcenter_traits_3<baseK> K;
|
// typedef CGAL::Robust_circumcenter_traits_3<baseK> K;
|
||||||
|
|
||||||
#include <CGAL/Robust_circumcenter_filtered_traits_3.h>
|
#include "CGAL/Robust_circumcenter_filtered_traits_3.h"
|
||||||
typedef CGAL::Robust_circumcenter_filtered_traits_3<baseK> K;
|
typedef CGAL::Robust_circumcenter_filtered_traits_3<baseK> K;
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2012-2013 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2012-2014 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -37,8 +37,8 @@ SourceFiles
|
|||||||
#ifndef indexedCell_H
|
#ifndef indexedCell_H
|
||||||
#define indexedCell_H
|
#define indexedCell_H
|
||||||
|
|
||||||
#include <CGAL/Triangulation_3.h>
|
#include "CGAL/Triangulation_3.h"
|
||||||
#include <CGAL/Triangulation_cell_base_with_circumcenter_3.h>
|
#include "CGAL/Triangulation_cell_base_with_circumcenter_3.h"
|
||||||
#include "indexedVertex.H"
|
#include "indexedVertex.H"
|
||||||
#include "List.H"
|
#include "List.H"
|
||||||
#include "globalIndex.H"
|
#include "globalIndex.H"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2012-2013 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2012-2014 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -37,7 +37,7 @@ SourceFiles
|
|||||||
#ifndef indexedVertex_H
|
#ifndef indexedVertex_H
|
||||||
#define indexedVertex_H
|
#define indexedVertex_H
|
||||||
|
|
||||||
#include <CGAL/Triangulation_3.h>
|
#include "CGAL/Triangulation_3.h"
|
||||||
#include "CGALTriangulation3DKernel.H"
|
#include "CGALTriangulation3DKernel.H"
|
||||||
#include "tensor.H"
|
#include "tensor.H"
|
||||||
#include "triad.H"
|
#include "triad.H"
|
||||||
|
@ -22,7 +22,8 @@ EXE_INC = \
|
|||||||
-I$(LIB_SRC)/sampling/lnInclude \
|
-I$(LIB_SRC)/sampling/lnInclude \
|
||||||
-I$(LIB_SRC)/triSurface/lnInclude \
|
-I$(LIB_SRC)/triSurface/lnInclude \
|
||||||
-I$(LIB_SRC)/fileFormats/lnInclude \
|
-I$(LIB_SRC)/fileFormats/lnInclude \
|
||||||
-I$(LIB_SRC)/mesh/autoMesh/lnInclude
|
-I$(LIB_SRC)/mesh/autoMesh/lnInclude \
|
||||||
|
-I/usr/include
|
||||||
|
|
||||||
EXE_LIBS = \
|
EXE_LIBS = \
|
||||||
$(CGAL_LIBS) \
|
$(CGAL_LIBS) \
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2013 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2013-2014 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -33,7 +33,7 @@ Description
|
|||||||
#ifndef indexedFace_H
|
#ifndef indexedFace_H
|
||||||
#define indexedFace_H
|
#define indexedFace_H
|
||||||
|
|
||||||
#include <CGAL/Triangulation_2.h>
|
#include "CGAL/Triangulation_2.h"
|
||||||
#include "indexedVertex.H"
|
#include "indexedVertex.H"
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2013 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2013-2014 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -33,7 +33,7 @@ Description
|
|||||||
#ifndef indexedVertex_H
|
#ifndef indexedVertex_H
|
||||||
#define indexedVertex_H
|
#define indexedVertex_H
|
||||||
|
|
||||||
#include <CGAL/Triangulation_2.h>
|
#include "CGAL/Triangulation_2.h"
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user