From c99626f17e07dbde440eb40a25683ce441a49a6e Mon Sep 17 00:00:00 2001 From: tbaudier Date: Tue, 5 Mar 2019 10:50:02 +0100 Subject: [PATCH] Change comment to be correct --- tools/clitkImageArithmGenericFilter.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/clitkImageArithmGenericFilter.txx b/tools/clitkImageArithmGenericFilter.txx index b273347..9a4236b 100644 --- a/tools/clitkImageArithmGenericFilter.txx +++ b/tools/clitkImageArithmGenericFilter.txx @@ -378,7 +378,7 @@ void clitk::ImageArithmGenericFilter::ComputeImage(Iter1 it, Ite ++ito; } break; - case 10: // exp + case 10: // EPID while (!it.IsAtEnd()) { ito.Set(PixelTypeDownCast((0x10000 - (double)it.Get())/mScalar)); ++it; -- 2.45.0