]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorageay <ageay>
Wed, 15 Dec 2010 15:42:50 +0000 (15:42 +0000)
committerageay <ageay>
Wed, 15 Dec 2010 15:42:50 +0000 (15:42 +0000)
src/MEDLoader/Swig/MEDLoaderDataForTest.py
src/MEDLoader/Swig/MEDLoaderTest3.py
src/MEDLoader/Test/MEDLoaderTest.cxx

index 07859105b9058bcf8788bd4b1a20ce88202fdf3d..a0f370d8d193210f85128f1fac83a129c0f2d541 100644 (file)
@@ -195,7 +195,7 @@ class MEDLoaderDataForTest:
         vec=[0.,1.,0.]
         pt=[0.,0.,0.]
         m1d.rotate(pt,vec,-pi/2.);
-        ret=m3dsurf.buildExtrudedMeshFromThis(m1d,0);
+        ret=m3dsurf.buildExtrudedMesh(m1d,0);
         return ret;
 
     def buildVecFieldOnCells_1(cls):
index 57fa7180322da1156f8efa53d3f96e680a44f6ca..532292e19465c59339314c085b369d6c2aedb1c5 100644 (file)
@@ -85,6 +85,7 @@ class MEDLoaderTest(unittest.TestCase):
         coords=[-0.3,-0.3, 0.2,-0.3, 0.7,-0.3, -0.3,0.2, 0.2,0.2, 0.7,0.2, -0.3,0.7, 0.2,0.7, 0.7,0.7 ];
         c.setValues(coords,9,2)
         mm.setCoords(c)
+        mm.addNodeGroup
         pass
     pass
 
index ca9f9983a28c83b82072a878b2f17989c1c342c2..83bb4c6ac37cc7de28be6b7332e3cb953547b675 100644 (file)
@@ -946,7 +946,7 @@ MEDCouplingUMesh *MEDLoaderTest::build3DMesh_2()
   const double vec[3]={0.,1.,0.};
   const double pt[3]={0.,0.,0.};
   m1d->rotate(pt,vec,-M_PI/2.);
-  MEDCouplingUMesh *ret=m3dsurf->buildExtrudedMeshFromThis(m1d,0);
+  MEDCouplingUMesh *ret=m3dsurf->buildExtrudedMesh(m1d,0);
   m1d->decrRef();
   m3dsurf->decrRef();
   return ret;