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

    r7680 r7917  
    3232
    3333  if (argc != 3) {
    34     fprintf (stderr, "USAGE: dmags filter\n");
     34    gprint (GP_ERR, "USAGE: dmags filter\n");
    3535    return (FALSE);
    3636  }
     
    4141
    4242  if ((code = GetPhotcodebyName (argv[1])) == NULL) {
    43     fprintf (stderr, "ERROR: photcode not found in photcode table\n");
     43    gprint (GP_ERR, "ERROR: photcode not found in photcode table\n");
    4444    return (FALSE);
    4545  }
    4646  if ((code[0].type != PHOT_SEC) && (code[0].type != PHOT_PRI)) {
    47     fprintf (stderr, "first filter must be a PRIMARY or SECONDARY photometry type\n");
     47    gprint (GP_ERR, "first filter must be a PRIMARY or SECONDARY photometry type\n");
    4848    return (FALSE);
    4949  }
Note: See TracChangeset for help on using the changeset viewer.