Salome HOME
Load interpolation matrix from the outside
[tools/medcoupling.git] / src / MEDCoupling_Swig / MEDCouplingBasicsTest6.py
index 65246facf0c3adbe456ef1075162c2aa3f00b3fd..c8d34125e5f0f523e7067f2a57c2f1096f88a2ff 100644 (file)
@@ -189,7 +189,8 @@ class MEDCouplingBasicsTest6(unittest.TestCase):
         a1.rearrange(3)
         self.assertRaises(InterpKernelException,a1.findIdForEach,b1) # a1 is not single component
         pass
-
+    
+    @unittest.skipUnless(IsCXX11Compiled(),"requires C++11")
     def testAttractSeg3MidPtsAroundNodes1(self):
         """ Test of MEDCouplingUMesh.attractSeg3MidPtsAroundNodes methods """
         ptsExpToBeModified=DataArrayInt([95,96,97,98,101,103,104,106,108,110])