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/kii/picture/CursorOps.c

    r2466 r5386  
    55  double expand;
    66
     7  expand = 1.0;
    78  if (layout[0].expand > 0) {
    89    expand = 1 / (1.0*layout[0].expand);
     
    2223
    2324  /* notice that here, expand is the reciprocal of the expand above */
     25  expand = 1.0;
    2426  if (layout[0].expand > 0) {
    2527    expand = abs(layout[0].expand);
Note: See TracChangeset for help on using the changeset viewer.