IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13055


Ignore:
Timestamp:
Apr 27, 2007, 2:58:48 AM (19 years ago)
Author:
rhl
Message:

Removed printf(".")

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotMakeResiduals.c

    r13035 r13055  
    126126    // build Ro = DATA - MODEL (rebinned image) pixel-by-pixel
    127127    for (int oy = 0; oy < resid->Ro->numRows; oy++) {
    128         fprintf (stderr, ".");
    129128        for (int ox = 0; ox < resid->Ro->numCols; ox++) {
    130129           
Note: See TracChangeset for help on using the changeset viewer.