Skip to content

Commit 5ef099c

Browse files
committed
One more warn
1 parent 15f3a79 commit 5ef099c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/SateLib/CPP_ApplyParralaxCor.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,6 @@ Im2D_REAL8 FitASTERv1(REAL8 ** aParOrig, string aDir, Pt2di aSz, bool writeFit)
13281328
//Finding median in stack
13291329
if (nbOverlap == 10)
13301330
{
1331-
#pragma omp parallel for
13321331
for (int aX = 0; aX < int(aSz.x); aX++) {
13331332
for (int aY = 0; aY < int(aSz.y); aY++) {
13341333

0 commit comments

Comments
 (0)