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

    r7680 r7917  
    1818
    1919  if (argc != 1) {
    20     fprintf (stderr, "USAGE: showtile [option]\n");
     20    gprint (GP_ERR, "USAGE: showtile [option]\n");
    2121    return (FALSE);
    2222  }
     
    4040  /* fill in top-left region */
    4141  for (r = 0; r < 3; r += 1.0) {
    42     fprintf (stderr, "r: %f\n", r);
     42    gprint (GP_ERR, "r: %f\n", r);
    4343    for (Nd = d = 0; d < 90; Nd ++, d += 1.0) {
    4444      if (r == 0) {
Note: See TracChangeset for help on using the changeset viewer.