IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2006, 10:58:49 PM (20 years ago)
Author:
eugene
Message:

major updates to use gprint for buffered / threaded printing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dimm/findstars.c

    r2598 r7917  
    1919
    2020  if (argc != 3) {
    21     fprintf (stderr, "USAGE: findstars (buffer) (threshold)\n");
     21    gprint (GP_ERR, "USAGE: findstars (buffer) (threshold)\n");
    2222    return (FALSE);
    2323  }
     
    133133  *x = Sx / So;
    134134  *y = Sy / So;
    135   fprintf (stderr, "%f %f  %f %d\n", *x, *y, So, Npixlist);
     135  gprint (GP_ERR, "%f %f  %f %d\n", *x, *y, So, Npixlist);
    136136
    137137  No = vecx[0].Nelements;
Note: See TracChangeset for help on using the changeset viewer.