]> SALOME platform Git repositories - modules/smesh.git/blobdiff - idl/SMESH_Mesh.idl
Salome HOME
Remove some warnings and fix indentation
[modules/smesh.git] / idl / SMESH_Mesh.idl
index 29084166d1a9675c3a7b7505f98d2ee672e38dba..21f5bdcd9be4fd31b6e2695d2a5fedf803f0ca52 100644 (file)
@@ -230,12 +230,12 @@ module SMESH
   enum DriverMED_ReadStatus // in the order of severity
   {
     DRS_OK,
-    DRS_EMPTY,          // a file contains no mesh with the given name
-    DRS_WARN_RENUMBER,  // a MED file has overlapped ranges of element numbers,
-                        // so the numbers from the file are ignored
-    DRS_WARN_SKIP_ELEM, // some elements were skipped due to incorrect file data
+    DRS_EMPTY,           // a file contains no mesh with the given name
+    DRS_WARN_RENUMBER,   // a MED file has overlapped ranges of element numbers,
+                         // so the numbers from the file are ignored
+    DRS_WARN_SKIP_ELEM,  // some elements were skipped due to incorrect file data
     DRS_WARN_DESCENDING, // some elements were skipped due to descending connectivity
-    DRS_FAIL            // general failure (exception etc.)
+    DRS_FAIL             // general failure (exception etc.)
   };
 
   /*!