From 9bf9b6a0832f749151f25ca8e451041b18f065e4 Mon Sep 17 00:00:00 2001 From: janrinze Date: Sun, 12 Dec 2010 19:58:17 +0100 Subject: [PATCH] fix for zoomed images when no a raw file but size does not match the n*skip height. (don't know a better description) --- rtengine/stdimagesource.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rtengine/stdimagesource.cc b/rtengine/stdimagesource.cc index 5fdcfbbeb..14f7762f1 100644 --- a/rtengine/stdimagesource.cc +++ b/rtengine/stdimagesource.cc @@ -189,9 +189,10 @@ void StdImageSource::getImage_ (ColorTemp ctemp, int tran, Image16* image, Previ int maxx=img->width,maxy=img->height; int b_ix=ix; #ifdef _OPENMP -#pragma omp for +#pragma omp for private(ix) #endif - for (int i=istart; iwidth){ for (int j=0,jx=sx1; j