From 3ebb105540bf1c5423367391595e113f60b92c4c Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 29 Apr 2010 15:10:14 +0000 Subject: [PATCH] 0020695: EDF 1076 GEOM: Add a new shape in GEOM: T-shape Get back mistakenly removed line. --- src/GEOMImpl/GEOMImpl_Types.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GEOMImpl/GEOMImpl_Types.hxx b/src/GEOMImpl/GEOMImpl_Types.hxx index abd6a3ef6..6de154def 100755 --- a/src/GEOMImpl/GEOMImpl_Types.hxx +++ b/src/GEOMImpl/GEOMImpl_Types.hxx @@ -304,6 +304,7 @@ // Advanced functions (base = 200) #define ADVANCED_BASE 200 // NO OPERATION (advanced operations base) #define GEOM_TSHAPE 201 +/*@@ insert new functions before this line @@*/ // Advanced functions sub-operations codes #define TSHAPE_BASIC 1 #define TSHAPE_CHAMFER 2 -- 2.39.2