minor fix in a debug code
This commit is contained in:
parent
cfbd156adc
commit
ff91e9b253
|
@ -734,7 +734,7 @@ const CN_CONNECTIVITY_ALGO::CLUSTERS CN_CONNECTIVITY_ALGO::SearchClusters( CLUST
|
|||
} );
|
||||
|
||||
#ifdef CONNECTIVITY_DEBUG
|
||||
printf("Active clusters: %d\n");
|
||||
printf("Active clusters: %d\n", clusters.size() );
|
||||
|
||||
for( auto cl : clusters )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue