IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41326 for trunk


Ignore:
Timestamp:
Apr 7, 2020, 1:08:32 PM (6 years ago)
Author:
eugene
Message:

JustifyDec is an int

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.astro/cgrid.c

    r41322 r41326  
    118118  }
    119119
    120   int JustifyRA = 5;
    121   double JustifyDEC = 5;
     120  int JustifyRA = 8;
     121  int JustifyDEC = 2;
    122122  if ((N = get_argument (argc, argv, "-justify-ra"))) {
    123123    remove_argument (N, &argc, argv);
Note: See TracChangeset for help on using the changeset viewer.