]> Creatis software - clitk.git/blobdiff - tools/clitkImageArithmGenericFilter.txx
Set the Root Tree maximum size to 1TB instead of 1GB
[clitk.git] / tools / clitkImageArithmGenericFilter.txx
index da3d87838b705e58b7255226f9b50a800dff2cd5..eecbbccda4a9d83c16cec524efb9c0fb4eeb2497 100644 (file)
@@ -349,7 +349,7 @@ void clitk::ImageArithmGenericFilter<args_info_type>::ComputeImage(Iter1 it, Ite
       ++ito;
     }
     break;
-  case 7: // Log
+  case 7: // ln
     while (!it.IsAtEnd()) {
       if (it.Get() > 0)
         ito.Set(PixelTypeDownCast<double, PixelType>(log((double)it.Get())));