IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 19, 2005, 9:20:19 PM (21 years ago)
Author:
eugene
Message:

fixed unit-ed value compile errors

File:
1 edited

Legend:

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

    r4689 r5386  
    8989  set_variable ("DMAX", Dec + graphmode.ymax);
    9090
     91  set_int_variable ("EAST_RIGHT", !graphmode.flipeast);
     92  set_int_variable ("NORTH_UP", !graphmode.flipnorth);
     93
    9194  graphmode.coords.pc1_1 = (graphmode.flipeast) ? -1 : 1;
    9295  graphmode.coords.pc2_2 = (graphmode.flipnorth) ? -1 : 1;
Note: See TracChangeset for help on using the changeset viewer.