merge with dev...
This commit is contained in:
@@ -90,7 +90,7 @@ class ImProcFunctions
|
||||
}
|
||||
|
||||
double rd, gd, bd;
|
||||
double yr[4], yg[4], yb[4];
|
||||
double yr[4] = {0.0}, yg[4] = {0.0}, yb[4] = {0.0};
|
||||
|
||||
for (int k = ys, kx = 0; k < ys + 4; k++, kx++) {
|
||||
rd = gd = bd = 0.0;
|
||||
@@ -151,7 +151,7 @@ class ImProcFunctions
|
||||
}
|
||||
|
||||
double rd;
|
||||
double yr[4];
|
||||
double yr[4] = {0.0};
|
||||
|
||||
for (int k = ys, kx = 0; k < ys + 4; k++, kx++) {
|
||||
rd = 0.0;
|
||||
|
Reference in New Issue
Block a user