IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13056


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

Removed the other printf(".")

File:
1 edited

Legend:

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

    r13055 r13056  
    181181    // build (x,y)*(DATA - MODEL - Ro) pixel-by-pixel
    182182    for (int oy = 0; oy < resid->Ro->numRows; oy++) {
    183         fprintf (stderr, ".");
    184183        for (int ox = 0; ox < resid->Ro->numCols; ox++) {
    185184           
Note: See TracChangeset for help on using the changeset viewer.