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/cmatch.c

    r7680 r7917  
    99
    1010  if (argc != 9) {
    11     fprintf (stderr, "USAGE: cmatch file radius (RA) (DEC) (Mag) (dRA) (dDEC) (dMag)\n");
    12     fprintf (stderr, "       match a set of object coordinates with a DVO db table\n");
     11    gprint (GP_ERR, "USAGE: cmatch file radius (RA) (DEC) (Mag) (dRA) (dDEC) (dMag)\n");
     12    gprint (GP_ERR, "       match a set of object coordinates with a DVO db table\n");
    1313    return (FALSE);
    1414  }
    1515
    1616  /*** this function is not well-defined.  re-assess it and re-code it ***/
    17   fprintf (stderr, "disabled for now\n");
     17  gprint (GP_ERR, "disabled for now\n");
    1818  return (FALSE);
    1919
     
    4141  }
    4242  unlock_catalog (&catalog1);
    43   fprintf (stderr, "read %d stars from phot catalog file %s\n", catalog1.Naverage, filename);
     43  gprint (GP_ERR, "read %d stars from phot catalog file %s\n", catalog1.Naverage, filename);
    4444
    4545  /* this is for loading from a text file, presumably hstgsc or usno
Note: See TracChangeset for help on using the changeset viewer.