We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627d614 commit 559e844Copy full SHA for 559e844
src/core/watershed/reoswatersheddelineating.cpp
@@ -641,7 +641,7 @@ void ReosWatershedDelineatingProcess::start()
641
do
642
{
643
bool stop = false;
644
- for ( int r = 0; r < mRasterizedWatershed.columnCount(); ++r )
+ for ( int r = 0; r < mRasterizedWatershed.rowCount(); ++r )
645
if ( mRasterizedWatershed.value( r, c ) != 0 )
646
647
stop = true;
@@ -659,7 +659,7 @@ void ReosWatershedDelineatingProcess::start()
659
660
661
662
663
664
665
0 commit comments