IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29735


Ignore:
Timestamp:
Nov 10, 2010, 9:52:06 AM (15 years ago)
Author:
eugene
Message:

reduce verbosity on dvorepair

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101103/Ohana/src/dvomerge/src/dvorepair.c

    r29734 r29735  
    126126    Qmax = MAX(Qthis, Qmax);
    127127
    128     fprintf (stderr, "image @ %f,%f\n", Rthis, Dthis);
     128    // fprintf (stderr, "image @ %f,%f\n", Rthis, Dthis);
    129129
    130130    XY_to_RD(&Rthis, &Dthis, image[seq].NX, 0, &image[seq].coords);
     
    220220      /*** read and examine the CPM file ***/
    221221      {
    222         fprintf (stderr, "check %s\n", cpmFilenameSrc);
     222        // fprintf (stderr, "check %s\n", cpmFilenameSrc);
    223223
    224224        // open cpm file
     
    410410      indexList[Nindex] = index;
    411411
    412       fprintf (stderr, "index: %d, line: %s\n", index, c0);
     412      // fprintf (stderr, "index: %d, line: %s\n", index, c0);
    413413
    414414      Nindex ++;
Note: See TracChangeset for help on using the changeset viewer.