IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34813


Ignore:
Timestamp:
Dec 13, 2012, 3:54:03 PM (14 years ago)
Author:
watersc1
Message:

Removed debug line I missed previously.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppBackground/src/ppBackgroundRestore.c

    r34800 r34813  
    9090        for (int y = 0; y < numRows; y++) {
    9191            for (int x = 0; x < numCols; x++) {
    92               if ((y % 250 == 0)&&(x % 250 == 0)) {
    93                 printf("%d %d %g\n",x,y,bgImage->data.F32[y][x]);
    94               }
     92              //              if ((y % 250 == 0)&&(x % 250 == 0)) {
     93              //                printf("%d %d %g\n",x,y,bgImage->data.F32[y][x]);
     94              //              }
    9595                image->data.F32[y][x] += bgImage->data.F32[y][x];
    9696               
Note: See TracChangeset for help on using the changeset viewer.