From: ageay Date: Mon, 18 Oct 2010 07:25:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: V5_1_5~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=743169c4baf47ab4e5ce53be14eb2227f2e4e8f2;p=tools%2Fmedcoupling.git *** empty log message *** --- diff --git a/src/INTERP_KERNEL/InterpKernelMeshQuality.cxx b/src/INTERP_KERNEL/InterpKernelMeshQuality.cxx index b7f4fbf9d..349954508 100644 --- a/src/INTERP_KERNEL/InterpKernelMeshQuality.cxx +++ b/src/INTERP_KERNEL/InterpKernelMeshQuality.cxx @@ -87,7 +87,7 @@ double INTERP_KERNEL::quadAspectRatio(const double *coo) return std::numeric_limits::max(); } -double quadWarp(const double *coo) +double INTERP_KERNEL::quadWarp(const double *coo) { double e0[3]={coo[3]-coo[0],coo[4]-coo[1],coo[5]-coo[2]}; double e1[3]={coo[6]-coo[3],coo[7]-coo[4],coo[8]-coo[5]};