IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2010, 5:53:35 PM (16 years ago)
Author:
Paul Price
Message:

Removing debugging fprintf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionEquation.c

    r27086 r27128  
    10031003            psFree(stats);
    10041004
     1005#ifdef TESTING
    10051006            fprintf(stderr, "Norm: %lf\n", normValue);
    1006 
     1007#endif
    10071008            // Solve kernel components
    10081009            for (int i = 0; i < numSolution1; i++) {
     
    11471148            psFree(stats);
    11481149
     1150#ifdef TESTING
    11491151            fprintf(stderr, "Norm: %lf\n", normValue);
     1152#endif
    11501153
    11511154            // Solve kernel components
     
    13281331            int n = stamps->num - i - 1;
    13291332            keepStamps->data.S32[index->data.S32[n]] = 1;
    1330             fprintf (stderr, "keeping %d (%d of %d)\n", index->data.S32[n], n, 9);
    13311333        }
    13321334        psFree (flux);
Note: See TracChangeset for help on using the changeset viewer.