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

    r7680 r7917  
    5353  GalMag = FALSE;
    5454  if ((N = get_argument (argc, argv, "-gal"))) {
    55     fprintf (stderr, "galaxy magnitudes currently disabled\n");
     55    gprint (GP_ERR, "galaxy magnitudes currently disabled\n");
    5656    return (FALSE);
    5757  }
     
    6464
    6565  if (argc < 4) {
    66     fprintf (stderr, "USAGE: lcurve RA DEC Radius\n");
     66    gprint (GP_ERR, "USAGE: lcurve RA DEC Radius\n");
    6767    return (FALSE);
    6868  }
     
    7777
    7878  if (skylist[0].Nregions > 1) {
    79     fprintf (stderr, "warning, radius overlaps region boundary, not yet implemented\n");
     79    gprint (GP_ERR, "warning, radius overlaps region boundary, not yet implemented\n");
    8080  }
    8181
Note: See TracChangeset for help on using the changeset viewer.