]> SALOME platform Git repositories - tools/medcoupling.git/blobdiff - src/MEDCoupling_Swig/MEDCouplingCommon.i
Salome HOME
Tests again and again
[tools/medcoupling.git] / src / MEDCoupling_Swig / MEDCouplingCommon.i
index 49c9c16956e8dd0453bf531f0d07b74a3377396f..a5603445d03d82fcaea96dd1cb63332fbeae692c 100644 (file)
@@ -2811,6 +2811,11 @@ namespace ParaMEDMEM
         return MEDCoupling1SGTUMesh::New(name,type);
       }
 
+      MEDCoupling1SGTUMesh(const MEDCouplingUMesh *m) throw(INTERP_KERNEL::Exception)
+      {
+        return MEDCoupling1SGTUMesh::New(m);
+      }
+
       std::string __str__() const throw(INTERP_KERNEL::Exception)
       {
         return self->simpleRepr();
@@ -2858,6 +2863,11 @@ namespace ParaMEDMEM
         return MEDCoupling1DGTUMesh::New(name,type);
       }
 
+      MEDCoupling1DGTUMesh(const MEDCouplingUMesh *m) throw(INTERP_KERNEL::Exception)
+      {
+        return MEDCoupling1DGTUMesh::New(m);
+      }
+
       std::string __str__() const throw(INTERP_KERNEL::Exception)
       {
         return self->simpleRepr();