##// END OF EJS Templates
Bug 865 corrected
paul -
r311:ad9ad985a3ca R3_plus draft
parent child
Show More
@@ -21,3 +21,4 run2/trace
21 21 run3/src
22 22 run3/trace
23 23 *CMakeLists.txt.user
24 build-DEV_PLE-Desktop-Default
@@ -1053,7 +1053,7 void setFBinMask( unsigned char *fbins_m
1053 1053 binToRemove[2] = -1;
1054 1054 }
1055 1055
1056 for (k = 0; k <= 3; k++)
1056 for (k = 0; k < 3; k++)
1057 1057 {
1058 1058 bin = binToRemove[k];
1059 1059 if ( (bin >= 0) && (bin <= 127) )
General Comments 0
You need to be logged in to leave comments. Login now