X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkNormalizeImageFilterGenericFilter.txx;h=e6911afde54adce2a07e5a3656d18520ca235b43;hb=8f42f40e826ecc4cc45e08ed41cc5596da74991c;hp=99a43a464ad8157367caf9f5ed7e301b0736ac64;hpb=c45f077f35553cdc72396626ac601080093d273b;p=clitk.git diff --git a/tools/clitkNormalizeImageFilterGenericFilter.txx b/tools/clitkNormalizeImageFilterGenericFilter.txx index 99a43a4..e6911af 100644 --- a/tools/clitkNormalizeImageFilterGenericFilter.txx +++ b/tools/clitkNormalizeImageFilterGenericFilter.txx @@ -94,7 +94,7 @@ namespace clitk // Reading input typename InputImageType::Pointer input = this->template GetInput(0); - typename MaskImageType::Pointer mask = NULL; + typename MaskImageType::Pointer mask = ITK_NULLPTR; if(mArgsInfo.mask_given) { mask = this->template GetInput(1); }