]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Base/Skeleton.hxx
...
[FrontAlgorithms.git] / lib / fpa / Base / Skeleton.hxx
index 91ec404cf4d0644785dfa7120706378e991fa56f..494eca3a9e58011e94a474b6be0d5b8187dc7d49 100644 (file)
@@ -50,7 +50,7 @@ fpa::Base::Skeleton< _VDim >::
 GetEndPoints( ) const
 {
   std::vector< TIndex > res;
-  auto mIt = this->BeginEdgesRows( );
+  typename Superclass::TMatrix::const_iterator mIt = this->BeginEdgesRows( );
   for( ; mIt != this->EndEdgesRows( ); ++mIt )
   {
     unsigned long count = mIt->second.size( );
@@ -68,7 +68,7 @@ fpa::Base::Skeleton< _VDim >::
 GetBifurcations( ) const
 {
   std::vector< TIndex > res;
-  auto mIt = this->BeginEdgesRows( );
+  typename Superclass::TMatrix::const_iterator mIt = this->BeginEdgesRows( );
   for( ; mIt != this->EndEdgesRows( ); ++mIt )
   {
     unsigned long count = mIt->second.size( );