minor fix in a debug code

This commit is contained in:
jean-pierre charras 2018-03-03 17:42:56 +01:00
parent cfbd156adc
commit ff91e9b253
1 changed files with 1 additions and 1 deletions

View File

@ -734,7 +734,7 @@ const CN_CONNECTIVITY_ALGO::CLUSTERS CN_CONNECTIVITY_ALGO::SearchClusters( CLUST
} ); } );
#ifdef CONNECTIVITY_DEBUG #ifdef CONNECTIVITY_DEBUG
printf("Active clusters: %d\n"); printf("Active clusters: %d\n", clusters.size() );
for( auto cl : clusters ) for( auto cl : clusters )
{ {