From: ageay Date: Fri, 20 Sep 2013 07:56:27 +0000 (+0000) Subject: Remove valgrind errors on tesselate2DCurve test ! Bouuhhhh Adrien :) X-Git-Tag: V7_3_0a1~134 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c006919efb8cb6e97b8031dadd0b6225ec97d743;p=modules%2Fmed.git Remove valgrind errors on tesselate2DCurve test ! Bouuhhhh Adrien :) --- diff --git a/src/MEDCoupling_Swig/MEDCouplingBasicsTest.py b/src/MEDCoupling_Swig/MEDCouplingBasicsTest.py index 43d1357aa..9d61dd3af 100644 --- a/src/MEDCoupling_Swig/MEDCouplingBasicsTest.py +++ b/src/MEDCoupling_Swig/MEDCouplingBasicsTest.py @@ -8454,7 +8454,6 @@ class MEDCouplingBasicsTest(unittest.TestCase): m1.insertNextCell(NORM_SEG3, mconnec) myCoords = DataArrayDouble.New(mcoords, 3, 2) - myCoords.alloc(3,2) m1.setCoords(myCoords) m2 = m1.deepCpy()