]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/MEDWrapper/Base/MED_Wrapper.cxx
Salome HOME
0023580: [EDF] AsterStudy: more distinct display of selected items in 3D view
[modules/smesh.git] / src / MEDWrapper / Base / MED_Wrapper.cxx
index ad1a4fd5292adaf0620bacf4d6eb7c33ddd2246c..74587222812cdd4f100144c4ce80a5f2ca74b52a 100644 (file)
@@ -644,7 +644,7 @@ namespace MED
       TIntVector aVec;
       aVec.resize(theMeshInfo->GetDim());
       for(int aAxe=0;aAxe<theMeshInfo->GetDim();aAxe++){
-        ETable aATable;
+        ETable aATable = eCOOR_IND1;
         switch(aAxe){
         case 0:
           aATable = eCOOR_IND1;