From: eap Date: Tue, 29 Dec 2009 14:30:31 +0000 (+0000) Subject: (EHPOC) Interpolators X-Git-Tag: V5_1_main_FINAL~264 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a8a25f36186691d7b0d0180aa8cf36c47400fa18;p=tools%2Fmedcoupling.git (EHPOC) Interpolators + template<> inline + void crossprod<1>( const double * A, const double * B, const double * C, double * V) + { + // just to be able to compile + } --- diff --git a/src/INTERP_KERNEL/InterpolationUtils.hxx b/src/INTERP_KERNEL/InterpolationUtils.hxx index ed49f0e4b..f31354a49 100644 --- a/src/INTERP_KERNEL/InterpolationUtils.hxx +++ b/src/INTERP_KERNEL/InterpolationUtils.hxx @@ -687,6 +687,11 @@ namespace INTERP_KERNEL V[1]=-AB[0]*AC[2]+AB[2]*AC[0]; V[2]=AB[0]*AC[1]-AB[1]*AC[0]; } + template<> inline + void crossprod<1>( const double * A, const double * B, const double * C, double * V) + { + // just to be able to compile + } /*_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/ /* Checks wether point A is inside the quadrangle BCDE */