From 6d3b3e2821e95e29b2eb8a0545b201d871daa5b7 Mon Sep 17 00:00:00 2001 From: Ingo Date: Thu, 11 Dec 2014 14:23:06 +0100 Subject: [PATCH] removed misplaced omp statement which led to increased processing time for HL blend mode on Windows, no Issue --- rtengine/rawimagesource.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/rtengine/rawimagesource.cc b/rtengine/rawimagesource.cc index cddd39044..45d4fe2e8 100644 --- a/rtengine/rawimagesource.cc +++ b/rtengine/rawimagesource.cc @@ -2784,8 +2784,6 @@ void RawImageSource::HLRecovery_blend(float* rin, float* gin, float* bin, int wi const float fixpt = fixthresh*minpt; const float desatpt = satthresh*maxave+(1-satthresh)*maxval; - -#pragma omp parallel for for (int col=0; col