From: ageay Date: Mon, 5 Nov 2012 10:01:27 +0000 (+0000) Subject: Little debug X-Git-Tag: V6_6_0b1~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1390f03f668e976f4e7bee39c7827f02b4aad935;p=tools%2Fmedcoupling.git Little debug --- diff --git a/src/MEDCoupling/MEDCouplingRemapper.cxx b/src/MEDCoupling/MEDCouplingRemapper.cxx index 5322013a4..8a489b139 100644 --- a/src/MEDCoupling/MEDCouplingRemapper.cxx +++ b/src/MEDCoupling/MEDCouplingRemapper.cxx @@ -574,8 +574,8 @@ int MEDCouplingRemapper::prepareCC(const char *method) throw(INTERP_KERNEL::Exce } case 3: { - MEDCouplingNormalizedCartesianMesh<2> sourceWrapper(src_mesh); - MEDCouplingNormalizedCartesianMesh<2> targetWrapper(target_mesh); + MEDCouplingNormalizedCartesianMesh<3> sourceWrapper(src_mesh); + MEDCouplingNormalizedCartesianMesh<3> targetWrapper(target_mesh); INTERP_KERNEL::InterpolationCC myInterpolator(*this); myInterpolator.interpolateMeshes(sourceWrapper,targetWrapper,_matrix,"P0P0"); break;