X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkImageLaplacianGenericFilter.txx;h=4ff1ef342f5855614946406c75c8fdb97a7cd5aa;hb=b8e5890d37dfd64409b9694f73c0be164a089e64;hp=ba36d18e0e0a77735b0aff4a32556276b91fbfb0;hpb=c45f077f35553cdc72396626ac601080093d273b;p=clitk.git diff --git a/tools/clitkImageLaplacianGenericFilter.txx b/tools/clitkImageLaplacianGenericFilter.txx index ba36d18..4ff1ef3 100644 --- a/tools/clitkImageLaplacianGenericFilter.txx +++ b/tools/clitkImageLaplacianGenericFilter.txx @@ -102,7 +102,7 @@ ImageLaplacianGenericFilter::UpdateWithInputImageType() castFilter->SetInput(input); castFilter->Update(); - typename MaskImageType::Pointer mask = NULL; + typename MaskImageType::Pointer mask = ITK_NULLPTR; if(mArgsInfo.mask_given) { mask = this->template GetInput(1); }