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/mana/rawstars.c

    r2938 r7917  
    3535  if ((yp = SelectVector (argv[3], OLDVECTOR, TRUE)) == NULL) return (FALSE);
    3636  if (xp[0].Nelements != yp[0].Nelements) {
    37     fprintf (stderr, "vectors are not the same length\n");
     37    gprint (GP_ERR, "vectors are not the same length\n");
    3838    return (FALSE);
    3939  }
     
    9090
    9191 usage:
    92   fprintf (stderr, "rawstars (buffer) (xp) (yp)\n");
     92  gprint (GP_ERR, "rawstars (buffer) (xp) (yp)\n");
    9393  return (FALSE);
    9494}
Note: See TracChangeset for help on using the changeset viewer.