IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17121


Ignore:
Timestamp:
Mar 24, 2008, 6:19:50 PM (18 years ago)
Author:
eugene
Message:

change assert to allow -1

File:
1 edited

Legend:

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

    r16391 r17121  
    4343
    4444  // set up expansions
    45   assert ((picture[0].expand >= 1) || (picture[0].expand <= -2));
     45  assert ((picture[0].expand >= 1) || (picture[0].expand <= -1));
    4646  expand = expand_in = expand_out = 1.0;
    4747  if (picture[0].expand > 0) {
Note: See TracChangeset for help on using the changeset viewer.