]> Creatis software - FrontAlgorithms.git/commitdiff
...
authorLeonardo Florez Valencia <florez-l@javeriana.edu.co>
Tue, 11 Oct 2016 00:37:18 +0000 (19:37 -0500)
committerLeonardo Florez Valencia <florez-l@javeriana.edu.co>
Tue, 11 Oct 2016 00:37:18 +0000 (19:37 -0500)
plugins/Plugins/ImageDijkstra.cxx

index d00636ef252dce8a73704b493423d117a6dfc790..7017c77af94f38605b68ae00327f7cf1e79b849f 100644 (file)
@@ -87,7 +87,7 @@ _GD1( _TInputImage* image )
     typename _TInputImage::IndexType idx;
     unsigned int dim =
       ( _TInputImage::ImageDimension < 3 )? _TInputImage::ImageDimension: 3;
-    for( unsigned int i = 0; i < seeds->GetNumberOfPoints( ); ++i )
+    for( int i = 0; i < seeds->GetNumberOfPoints( ); ++i )
     {
       double buf[ 3 ];
       seeds->GetPoint( i, buf );