IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25642


Ignore:
Timestamp:
Sep 28, 2009, 5:52:31 PM (17 years ago)
Author:
eugene
Message:

remove old fprintf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psModules/src/objects/pmSourceFitModel.c

    r25348 r25642  
    176176            continue;
    177177        dparams->data.F32[i] = sqrt(covar->data.F32[i][i]);
    178         if (psTraceGetLevel("psModules.objects") >= 4) {
    179             fprintf (stderr, "%f +/- %f\n", params->data.F32[i], dparams->data.F32[i]);
    180         }
     178        psTrace ("psModules.objects", 4, "%f +/- %f", params->data.F32[i], dparams->data.F32[i]);
    181179    }
    182180    psTrace ("psModules.objects", 4, "niter: %d, chisq: %f", myMin->iter, myMin->value);
Note: See TracChangeset for help on using the changeset viewer.