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

    r7680 r7917  
    3333    remove_argument (N, &argc, argv);
    3434    if ((code = GetPhotcodebyName (argv[N])) == NULL) {
    35       fprintf (stderr, "ERROR: photcode not found in photcode table\n");
     35      gprint (GP_ERR, "ERROR: photcode not found in photcode table\n");
    3636      return (FALSE);
    3737    }
     
    4141
    4242  if (argc < 4) {
    43     fprintf (stderr, "USAGE: lightcurve RA DEC Radius\n");
     43    gprint (GP_ERR, "USAGE: lightcurve RA DEC Radius\n");
    4444    return (FALSE);
    4545  }
     
    5353
    5454  if (skylist[0].Nregions > 1) {
    55     fprintf (stderr, "warning, radius overlaps region boundary, not yet implemented\n");
     55    gprint (GP_ERR, "warning, radius overlaps region boundary, not yet implemented\n");
    5656  }
    5757
Note: See TracChangeset for help on using the changeset viewer.