IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 13, 2005, 4:24:23 PM (21 years ago)
Author:
eugene
Message:

pushing scalar precision to 12 digits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c

    r3029 r3414  
    11# include "opihi.h"
    2 /* # define DUMPSTACK * for tests */
     2# define DUMPSTACK 0
    33
    44StackVar *convert_to_RPN (int argc, char **argv, int *nstack) {
     
    176176  free (argv);
    177177
    178 #ifdef DUMPSTACK
     178# if (DUMPSTACK)
    179179  for (i = 0; i < Nstack; i++) {
    180180    fprintf (stderr, "%s ", stack[i].name);
     
    185185  }
    186186  if (Nstack > 0) fprintf (stderr, "\n");
    187 #endif
     187# endif
    188188
    189189  return (stack);
Note: See TracChangeset for help on using the changeset viewer.