IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25648


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

change fprintf to psLogMsg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psphot/src/psphotFitSourcesLinear.c

    r25605 r25648  
    186186    if (SKY_FIT_LINEAR) {
    187187        psSparseBorderSolve (&norm, &skyfit, constraint, border, 5);
    188         fprintf (stderr, "skyfit: %f\n", skyfit->data.F32[0]);
     188        psLogMsg ("psphot", PS_LOG_MINUTIA, "skyfit: %f\n", skyfit->data.F32[0]);
    189189    } else {
    190190        norm = psSparseSolve (NULL, constraint, sparse, 5);
Note: See TracChangeset for help on using the changeset viewer.