]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Little debug
authorageay <ageay>
Mon, 5 Nov 2012 10:01:27 +0000 (10:01 +0000)
committerageay <ageay>
Mon, 5 Nov 2012 10:01:27 +0000 (10:01 +0000)
src/MEDCoupling/MEDCouplingRemapper.cxx

index 5322013a453763737b9b6adc7ae8c28814b3bb8a..8a489b1390c67bf9cd965067c8b57aa961a3a355 100644 (file)
@@ -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;