From 1390f03f668e976f4e7bee39c7827f02b4aad935 Mon Sep 17 00:00:00 2001 From: ageay Date: Mon, 5 Nov 2012 10:01:27 +0000 Subject: [PATCH] Little debug --- src/MEDCoupling/MEDCouplingRemapper.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2