X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolImageArithm.cxx;h=3ab39650afecd133ff2408eaffaef5df1c6a639c;hb=2dad4a649b5e61f450b47047f379fcc351b50215;hp=d380531c16b4863573bc21bcd84cc4a3d2df267e;hpb=4ea2c946973c570cbe540a27cf44d6acdf44867c;p=clitk.git diff --git a/vv/vvToolImageArithm.cxx b/vv/vvToolImageArithm.cxx index d380531..3ab3965 100644 --- a/vv/vvToolImageArithm.cxx +++ b/vv/vvToolImageArithm.cxx @@ -15,6 +15,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html ======================================================================-====*/ + #include "vvToolImageArithm.h" #include "vvSlicer.h" #include "clitkImageArithmGenericFilter.h" @@ -56,7 +57,7 @@ void vvToolImageArithm::Initialize() { SetToolMenuName("ImageArithm"); SetToolIconFilename(":/common/icons/arithm.png"); SetToolTip("Perform simple arithmetic operations on one or two images."); - SetToolExperimental(true); + SetToolExperimental(false); } //------------------------------------------------------------------------------