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

    r6248 r7917  
    234234  DEC = 0.5*(in[0].Dmin + in[0].Dmax);
    235235  if ((DEC >= 90) || (DEC <= -90)) {
    236     fprintf (stderr, "error in Dmin");
     236    gprint (GP_ERR, "error in Dmin");
    237237    return (NULL);
    238238  }
Note: See TracChangeset for help on using the changeset viewer.