From: oan Date: Tue, 18 Oct 2022 21:49:02 +0000 (+0300) Subject: 0033163: Bad definition of values in IMeshData_Status X-Git-Tag: V7_7_0~13 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=a24391a133723a4e93f5717a6678d503feefb37c;p=occt.git 0033163: Bad definition of values in IMeshData_Status Corrected value of status enum --- diff --git a/src/IMeshData/IMeshData_Status.hxx b/src/IMeshData/IMeshData_Status.hxx index e8348773de..53e171592b 100644 --- a/src/IMeshData/IMeshData_Status.hxx +++ b/src/IMeshData/IMeshData_Status.hxx @@ -28,7 +28,7 @@ enum IMeshData_Status IMeshData_TooFewPoints = 0x20, //!< Discrete model contains too few boundary points to generate mesh. IMeshData_Outdated = 0x40, //!< Existing triangulation of some faces corresponds to greater deflection than specified by parameter. IMeshData_Reused = 0x80, //!< Existing triangulation of some faces is reused as far as it fits specified deflection. - IMeshData_UserBreak = 0x160 //!< User break + IMeshData_UserBreak = 0x100 //!< User break }; #endif