From 0b76fd1a094c36cb3472487f0e396f5b5aa01d6b Mon Sep 17 00:00:00 2001
From: Eduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Date: Thu, 21 Mar 2019 15:51:29 +0100
Subject: [PATCH] # 3241 creaMaracasVisu Bug New Normal  -  Refresh speed
 ColorLayer box

---
 .../widgets/ThresholdImageView/ColorLayerImageView.cxx    | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageView.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageView.cxx
index d4f87f0..3d848ab 100644
--- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageView.cxx
+++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageView.cxx
@@ -330,8 +330,8 @@ void ColorLayerImageView::ConfigLookupTable()  // virtual
   		{
      		if (GetBaseColorNb() != (int)_grey_level_boundary.size()-1)
       		{
-				std::cout << "CM ColorLayerImageView::ConfigLookupTable : ERROR!!! Inconsistency between the sizes of vectors _base_color and _grey_level_boundary. _base_color.size()/3 (=" <<_base_color.size()/3 << ") should be equal to _grey_level_boundary.size()+1 (=" << _grey_level_boundary.size()<<"+1)." << std::endl;
-				std::cout << "CM The default values for the base colors and the grey level boundaries will be set." << std::endl;
+//EED				std::cout << "CM ColorLayerImageView::ConfigLookupTable : ERROR!!! Inconsistency between the sizes of vectors _base_color and _grey_level_boundary. _base_color.size()/3 (=" <<_base_color.size()/3 << ") should be equal to _grey_level_boundary.size()+1 (=" << _grey_level_boundary.size()<<"+1)." << std::endl;
+//EED				std::cout << "CM The default values for the base colors and the grey level boundaries will be set." << std::endl;
 				SetDefaultGreyLevelBoundary();	   
       		} // if 
 		} // _color_type 
@@ -340,8 +340,8 @@ void ColorLayerImageView::ConfigLookupTable()  // virtual
   		{
      		if (GetBaseColorNb() != (int)_grey_level_boundary.size())
       		{
-				std::cout << "CM ColorLayerImageView::ConfigLookupTable : ERROR!!! Inconsistency between the sizes of vectors _base_color and _grey_level_boundary. _base_color.size()/3 (=" <<_base_color.size()/3 << ") should be equal to _grey_level_boundary.size() (=" << _grey_level_boundary.size()<<")." << std::endl;
-				std::cout << "CM The default values for the base colors and the grey level boundaries will be set." << std::endl;
+//EED				std::cout << "CM ColorLayerImageView::ConfigLookupTable : ERROR!!! Inconsistency between the sizes of vectors _base_color and _grey_level_boundary. _base_color.size()/3 (=" <<_base_color.size()/3 << ") should be equal to _grey_level_boundary.size() (=" << _grey_level_boundary.size()<<")." << std::endl;
+//EED				std::cout << "CM The default values for the base colors and the grey level boundaries will be set." << std::endl;
 				SetDefaultGreyLevelBoundary();	   
       		} // if 
 		} // _color_type 
-- 
2.49.0