From: jfa Date: Mon, 15 Jan 2024 13:53:48 +0000 (+0000) Subject: Porting to OCCT 7.8.0 X-Git-Tag: V9_13_0a1^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FOCCT780;p=plugins%2Fblsurfplugin.git Porting to OCCT 7.8.0 --- diff --git a/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx b/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx index 8ecdaad..7783443 100644 --- a/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx +++ b/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx @@ -1792,7 +1792,7 @@ namespace { BRepBuilderAPI_MakeWire newWire; - typedef NCollection_DataMap TSeg2EdgeMap; + typedef NCollection_DataMap TSeg2EdgeMap; TSeg2EdgeMap seg2EdgeMap; TopoDS_Iterator edgeIt( wire ); diff --git a/src/GUI/BLSURFPluginGUI.cxx b/src/GUI/BLSURFPluginGUI.cxx index 2406a3b..9321da3 100644 --- a/src/GUI/BLSURFPluginGUI.cxx +++ b/src/GUI/BLSURFPluginGUI.cxx @@ -26,7 +26,7 @@ // E.A. : On windows with python 2.6, there is a conflict // E.A. : between pymath.h and Standard_math.h which define // E.A. : some same symbols : acosh, asinh, ... -#include +#include #include #include #endif diff --git a/src/GUI/BLSURFPluginGUI_HypothesisCreator.h b/src/GUI/BLSURFPluginGUI_HypothesisCreator.h index 334980d..22236c6 100644 --- a/src/GUI/BLSURFPluginGUI_HypothesisCreator.h +++ b/src/GUI/BLSURFPluginGUI_HypothesisCreator.h @@ -48,11 +48,11 @@ #include #ifdef WIN32 - // E.A. : On windows with python 2.6, there is a conflict - // E.A. : between pymath.h and Standard_math.h which define - // E.A. : some same symbols : acosh, asinh, ... - #include - #include +// E.A. : On windows with python 2.6, there is a conflict +// E.A. : between pymath.h and Standard_math.h which define +// E.A. : some same symbols : acosh, asinh, ... +#include +#include #endif #include