Skip to content

Commit

Permalink
One more warn
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-girod committed Feb 28, 2019
1 parent 15f3a79 commit 5ef099c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SateLib/CPP_ApplyParralaxCor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,6 @@ Im2D_REAL8 FitASTERv1(REAL8 ** aParOrig, string aDir, Pt2di aSz, bool writeFit)
//Finding median in stack
if (nbOverlap == 10)
{
#pragma omp parallel for
for (int aX = 0; aX < int(aSz.x); aX++) {
for (int aY = 0; aY < int(aSz.y); aY++) {

Expand Down

0 comments on commit 5ef099c

Please sign in to comment.