From 9e02a0fddd5e2b237990af1a191b40f2edbcb4b0 Mon Sep 17 00:00:00 2001 From: ageay Date: Tue, 6 Aug 2013 14:32:48 +0000 Subject: [PATCH] Windows porting --- src/INTERP_KERNEL/SplitterTetra.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/INTERP_KERNEL/SplitterTetra.hxx b/src/INTERP_KERNEL/SplitterTetra.hxx index 59baa8c68..3c4f03e01 100644 --- a/src/INTERP_KERNEL/SplitterTetra.hxx +++ b/src/INTERP_KERNEL/SplitterTetra.hxx @@ -20,6 +20,7 @@ #ifndef __SPLITTERTETRA_HXX__ #define __SPLITTERTETRA_HXX__ +#include "INTERPKERNELDefines.hxx" #include "TransformedTriangle.hxx" #include "TetraAffineTransform.hxx" #include "InterpolationOptions.hxx" @@ -201,8 +202,8 @@ namespace INTERP_KERNEL void SplitHexa8IntoTetras(SplittingPolicy policy, const int *nodalConnBg, const int *nodalConnEnd, const double *coords, std::vector& tetrasNodalConn, std::vector& addCoords) throw(INTERP_KERNEL::Exception); - void SplitIntoTetras(SplittingPolicy policy, NormalizedCellType gt, const int *nodalConnBg, const int *nodalConnEnd, const double *coords, - std::vector& tetrasNodalConn, std::vector& addCoords) throw(INTERP_KERNEL::Exception); + INTERPKERNEL_EXPORT void SplitIntoTetras(SplittingPolicy policy, NormalizedCellType gt, const int *nodalConnBg, const int *nodalConnEnd, const double *coords, + std::vector& tetrasNodalConn, std::vector& addCoords) throw(INTERP_KERNEL::Exception); /** * \brief Class representing a triangular face, used as key in caching hash map in SplitterTetra. -- 2.39.2