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/dvo/ddmags.c

    r7680 r7917  
    7272    }
    7373    unlock_catalog (&catalog);
    74     // fprintf (stderr, "seaching %s with %d stars\n", catalog.filename, catalog.Naverage);
     74    // gprint (GP_ERR, "seaching %s with %d stars\n", catalog.filename, catalog.Naverage);
    7575    // ListPhotSelections ();
    7676
     
    112112      if (M2 != NULL) free (M2);
    113113    }
    114     // fprintf (stderr, "selected %d stars\n", Npts);
     114    // gprint (GP_ERR, "selected %d stars\n", Npts);
    115115
    116116    if (catalog.average != NULL) free (catalog.average);
     
    126126
    127127usage:
    128   fprintf (stderr, "USAGE: ddmags F - F : measure.param\n");
     128  gprint (GP_ERR, "USAGE: ddmags F - F : measure.param\n");
    129129
    130130escape:
Note: See TracChangeset for help on using the changeset viewer.