]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Sorry
authorAnthony Geay <anthony.geay@edf.fr>
Mon, 26 Mar 2018 07:22:14 +0000 (09:22 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Mon, 26 Mar 2018 07:22:14 +0000 (09:22 +0200)
src/MEDCoupling_Swig/MEDCouplingRemapperCommon.i

index c6b3676c18712aca3e7123585c724aebb2301566..a88c0b46892197dde0560c4bc7f5dfdb5539bb8e 100644 (file)
@@ -92,7 +92,7 @@ namespace MEDCoupling
            {
              std::vector<std::map<int,double> > mCpp;
              convertToVectMapIntDouble(m,mCpp);
-             self->setMatrix(srcMesh,targetMesh,mCpp);
+             self->setMatrix(srcMesh,targetMesh,method,mCpp);
            }
          }
     };