From 5ef099cceadf8063e94ef38d6ad74e86489c8ce4 Mon Sep 17 00:00:00 2001 From: Luc Girod Date: Thu, 28 Feb 2019 11:25:42 +0100 Subject: [PATCH] One more warn --- src/SateLib/CPP_ApplyParralaxCor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SateLib/CPP_ApplyParralaxCor.cpp b/src/SateLib/CPP_ApplyParralaxCor.cpp index afabd187cc..3c89afc5f9 100644 --- a/src/SateLib/CPP_ApplyParralaxCor.cpp +++ b/src/SateLib/CPP_ApplyParralaxCor.cpp @@ -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++) {