Skip to content

Commit 2cae42b

Browse files
committed
Reverse argument order.
1 parent c75d744 commit 2cae42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alg/viewshed/viewshed.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ bool Viewshed::run(GDALRasterBandH band, GDALProgressFunc pfnProgress,
452452
GDALRasterBand *pDstBand = poDstDS->GetRasterBand(1);
453453
if (pSdBand)
454454
{
455-
ViewshedExecutor executor(*pSrcBand, *pDstBand, *pSdBand, nX, nY,
455+
ViewshedExecutor executor(*pSrcBand, *pSdBand, *pDstBand, nX, nY,
456456
oOutExtent, oCurExtent, oOpts, oProgress,
457457
/* emitWarningIfNoData = */ true);
458458
executor.run();

0 commit comments

Comments
 (0)