X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_Gen.idl;fp=idl%2FSMESH_Gen.idl;h=d5772802b186847fded1423cb3b9fcc29cb1ec33;hp=eeb8f0c7128e989c2f592c70c9f4cc84ee145745;hb=cd4aa39efa97d2669eff4321a1b91ca347f81fd9;hpb=6b5dcfe0005f2a725fd721fe10abd1c3259e25ad diff --git a/idl/SMESH_Gen.idl b/idl/SMESH_Gen.idl index eeb8f0c71..d5772802b 100644 --- a/idl/SMESH_Gen.idl +++ b/idl/SMESH_Gen.idl @@ -114,7 +114,7 @@ module SMESH 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 compute_error_array;