Fixed crash on OSX wit OMP

see issue 757
This commit is contained in:
Oliver Duis
2011-06-24 23:12:41 +02:00
parent 4dd7a47040
commit a6989bb63b
4 changed files with 21 additions and 13 deletions

View File

@@ -1110,7 +1110,7 @@ void RawImageSource::demosaic(const RAWParams &raw)
else if (raw.dmethod == RAWParams::methodstring[RAWParams::eahd])
eahd_demosaic ();
else if (raw.dmethod == RAWParams::methodstring[RAWParams::fast] )
fast_demo (0,0,W,H);
fast_demosaic (0,0,W,H);
//nodemosaic();//for testing
else
nodemosaic();