X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkFilterBase.cxx;h=32dd9b46cfbeb49fe75cf1e87097f729a9f3d213;hb=6ab0361c289035b4ba8487fe074ea9b268341da9;hp=7a089be39d8814f535342b9ecdf7da63a42ae65e;hpb=1fea92ac237c16c1f027ffabdb42066f6f4f6114;p=clitk.git diff --git a/common/clitkFilterBase.cxx b/common/clitkFilterBase.cxx index 7a089be..32dd9b4 100644 --- a/common/clitkFilterBase.cxx +++ b/common/clitkFilterBase.cxx @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr This software is distributed WITHOUT ANY WARRANTY; without even @@ -14,7 +14,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html - ======================================================================-====*/ + ===========================================================================**/ // clitk #include "clitkFilterBase.h" @@ -29,6 +29,7 @@ clitk::FilterBase::FilterBase() VerboseWarningFlagOn(); VerboseWarningFlagOff(); VerboseMemoryFlagOff(); + VerboseImageSizeFlagOff(); SetWarning(""); VerboseWarningFlagOn(); m_IsCancelled = false;