From a97e09fc5dc6b7cb41ecbbbb12b99b7f69652ae0 Mon Sep 17 00:00:00 2001 From: dsarrut Date: Tue, 12 Jul 2011 08:09:20 +0200 Subject: [PATCH] add initialisation to avoid warning --- itk/clitkComposeVFFilter.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itk/clitkComposeVFFilter.txx b/itk/clitkComposeVFFilter.txx index b02de1b..e70d9c3 100644 --- a/itk/clitkComposeVFFilter.txx +++ b/itk/clitkComposeVFFilter.txx @@ -116,7 +116,7 @@ namespace clitk // get neighbor index and overlap fraction - for( dim = 0; dim < 3; dim++ ) + for( dim = 0; dim < ImageDimension; dim++ ) { if ( upper & 1 ) { -- 2.47.1