Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/med.git] / src / MEDWrapper / V2_1 / Core / mdump_V2_1.cxx
index 6c959fde41874ee30663e7cbdcc9c0d1908a859c..c211312b22b267d41c8bc0542339591fb3697ee0 100644 (file)
@@ -258,8 +258,8 @@ int main (int argc, char **argv)
   char version_hdf[10];
   char version_med[10];
   med_int nmaa,mdim,nnoe;
-  med_int nmai[MED_NBR_GEOMETRIE_MAILLE],nfac[MED_NBR_GEOMETRIE_FACE];
-  med_int nare[MED_NBR_GEOMETRIE_ARETE];
+  //med_int nmai[MED_NBR_GEOMETRIE_MAILLE],nfac[MED_NBR_GEOMETRIE_FACE];
+  //med_int nare[MED_NBR_GEOMETRIE_ARETE];
   /* nom du maillage */
   char nommaa[MED_TAILLE_NOM+1];
   /* noeuds */
@@ -945,7 +945,7 @@ int main (int argc, char **argv)
            /* affichage des resultats */
            if (ret == 0)
              {
-               fprintf(stdout,"\n- Aretes de type %d : ", nomare[i]);
+               fprintf(stdout,"\n- Aretes de type %s : ", nomare[i]);
                fprintf(stdout,"\n  - Connectivité : \n");
                for (j=0;j<naretes[i]*taille;j++)
                  fprintf(stdout," %d ",*(connectivite+j));