Salome HOME
BUG: Mesh Failed dialog shows negative shape ID if nb shapes > SHORT_MAX
[modules/smesh.git] / idl / SMESH_Gen.idl
index eeb8f0c7128e989c2f592c70c9f4cc84ee145745..d5772802b186847fded1423cb3b9fcc29cb1ec33 100644 (file)
@@ -114,7 +114,7 @@ module SMESH
     short   code;       // ComputeErrorName or, if negative, algo specific code
     string  comment;    // textual problem description
     string  algoName;
     short   code;       // ComputeErrorName or, if negative, algo specific code
     string  comment;    // textual problem description
     string  algoName;
-    short   subShapeID; // id of sub-shape of a shape to mesh
+    long    subShapeID; // id of sub-shape of a shape to mesh
     boolean hasBadMesh; // there are elements preventing computation available for visualization
   };
   typedef sequence<ComputeError> compute_error_array;
     boolean hasBadMesh; // there are elements preventing computation available for visualization
   };
   typedef sequence<ComputeError> compute_error_array;