Merge from default branch
This commit is contained in:
@@ -102,9 +102,8 @@ void RawImageSource::CA_correct_RT() {
|
||||
|
||||
#define PIX_SORT(a,b) { if ((a)>(b)) {temp=(a);(a)=(b);(b)=temp;} }
|
||||
#define SQR(x) ((x)*(x))
|
||||
|
||||
|
||||
static const float clip_pt = ri->defgain;
|
||||
|
||||
const float clip_pt = ri->defgain;
|
||||
|
||||
// local variables
|
||||
int width=W, height=H;
|
||||
|
Reference in New Issue
Block a user