IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25897


Ignore:
Timestamp:
Oct 19, 2009, 2:31:34 PM (17 years ago)
Author:
Paul Price
Message:

Removing fprintf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/psModules/src/imcombine/pmSubtractionEquation.c

    r25896 r25897  
    10191019                double param1 = solution->data.F64[j],
    10201020                    param2 = solution->data.F64[numParams + j]; // Parameters of interest
    1021                 fprintf(stderr, "%lf %lf   ", param1, param2);
    10221021                if (fabs(param1) < thresh) {
    10231022                    psTrace("psModules.imcombine", 7, "Parameter %d: 1 below threshold\n", j);
Note: See TracChangeset for help on using the changeset viewer.