Salome HOME
The mesh sent was invalid but detected just now !
authorageay <ageay>
Fri, 17 Jan 2014 12:23:06 +0000 (12:23 +0000)
committerageay <ageay>
Fri, 17 Jan 2014 12:23:06 +0000 (12:23 +0000)
src/MEDCouplingCorba/Test/MEDCouplingMeshFieldFactoryComponent.cxx
src/MEDCouplingCorba_Swig/MEDCouplingCorbaSwigTest.py

index 8de2380c1e9f658e81c7a1288ff744a482a43e80..e5c4d7b19b4eb32440160b62c643dabff800e596 100644 (file)
@@ -209,7 +209,7 @@ namespace SALOME_TEST
     std::copy(a2Data,a2Data+6,a2->getPointer());
     //
     targetMesh->setCoordsAt(0,a1);
-    targetMesh->setCoordsAt(2,a2);
+    targetMesh->setCoordsAt(1,a2);
     //
     a1->decrRef();
     a2->decrRef();
index be0107605606690ff195218e6925f8388a705c52..01289cf51e0a36b5fb9f418062aac6c2fbae84e5 100644 (file)
@@ -168,7 +168,7 @@ class MEDCouplingCorbaServBasicsTest:
         a2.setInfoOnComponent(0,"SmthZ");
         #
         targetMesh.setCoordsAt(0,a1);
-        targetMesh.setCoordsAt(2,a2);
+        targetMesh.setCoordsAt(1,a2);
         #
         #
         targetMesh.checkCoherency();