From: Nabil Ghodbane Date: Mon, 3 May 2021 17:38:56 +0000 (+0200) Subject: bos #24228 - remove patch since integrated X-Git-Tag: V9_7_0~42 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7bceb195a18ad7af9a99b4ff80f12f878a904a5b;p=tools%2Fsat_salome.git bos #24228 - remove patch since integrated --- diff --git a/products/SMESH.pyconf b/products/SMESH.pyconf index 3d9963a..d526be3 100644 --- a/products/SMESH.pyconf +++ b/products/SMESH.pyconf @@ -86,7 +86,6 @@ default_win : "tbb" ] build_depend : ["cmake", "swig", "doxygen", "cppunit", "f2c"] - patches : ['BOS-24228.patch'] } default_MPI : diff --git a/products/patches/BOS-24228.patch b/products/patches/BOS-24228.patch deleted file mode 100644 index 6829e2e..0000000 --- a/products/patches/BOS-24228.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx -index a68966e63..3ba0ffdc6 100644 ---- a/src/SMESHGUI/SMESHGUI.cxx -+++ b/src/SMESHGUI/SMESHGUI.cxx -@@ -187,7 +187,7 @@ - // Below macro, when uncommented, switches on simplified (more performant) algorithm - // of auto-color picking up - #define SIMPLE_AUTOCOLOR -- -+#include - namespace - { - // Declarations -@@ -1226,7 +1226,7 @@ namespace - SMESH::Controls::NumericalFunctor* aNumFun = - dynamic_cast( aFunctor.get() ); - if ( aNumFun ) { -- std::vector elements; -+ std::vector elements; - SMESH::SMESH_Mesh_var mesh = SMESH::IObjectToInterface(anIO); - if ( mesh->_is_nil() ) { - SMESH::SMESH_IDSource_var idSource =