IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25978


Ignore:
Timestamp:
Nov 1, 2009, 3:45:45 PM (17 years ago)
Author:
eugene
Message:

expand = -1 same as expand = +1

Location:
trunk/Ohana/src/kapa2/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa2/src/Remap16.c

    r25757 r25978  
    4747
    4848  // set up expansions
     49  if (picture[0].expand == -1) picture[0].expand = 1;
    4950  assert ((picture[0].expand >= 1) || (picture[0].expand <= -2));
    5051  expand = expand_in = expand_out = 1.0;
  • trunk/Ohana/src/kapa2/src/Remap24.c

    r25757 r25978  
    3131
    3232  // set up expansions
     33  if (picture[0].expand == -1) picture[0].expand = 1;
    3334  assert ((picture[0].expand >= 1) || (picture[0].expand <= -2));
    3435  expand = expand_in = expand_out = 1.0;
  • trunk/Ohana/src/kapa2/src/Remap32.c

    r25757 r25978  
    5050
    5151  // set up expansions
     52  if (picture[0].expand == -1) picture[0].expand = 1;
    5253  assert ((picture[0].expand >= 1) || (picture[0].expand <= -2));
    5354  expand = expand_in = expand_out = 1.0;
  • trunk/Ohana/src/kapa2/src/Remap8.c

    r25757 r25978  
    3030
    3131  // set up expansions
     32  if (picture[0].expand == -1) picture[0].expand = 1;
    3233  assert ((picture[0].expand >= 1) || (picture[0].expand <= -2));
    3334  expand = expand_in = expand_out = 1.0;
Note: See TracChangeset for help on using the changeset viewer.