IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9352


Ignore:
Timestamp:
Oct 5, 2006, 9:06:04 PM (20 years ago)
Author:
magnier
Message:

fixed asserts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmShutterCorrection.c

    r9340 r9352  
    376376    PS_ASSERT_ARRAY_NON_NULL(images, NULL);
    377377    if (masks) {
    378         PS_ASSERT_ARRAYS_SIZE_EQUAL(images, masks, NULL);
     378        // XXX ASSERT not defined
     379        // PS_ASSERT_ARRAYS_SIZE_EQUAL(images, masks, NULL);
    379380    }
    380381    if (weights) {
    381         PS_ASSERT_ARRAYS_SIZE_EQUAL(images, weights, NULL);
     382        // XXX ASSERT not defined
     383        // PS_ASSERT_ARRAYS_SIZE_EQUAL(images, weights, NULL);
    382384    }
    383385    long num = images->n;               // Number of images
    384386    PS_ASSERT_VECTOR_SIZE(exptimes, num, NULL);
    385     PS_ASSERT_INT_POSITIVE(nIter, 0, NULL);
     387    PS_ASSERT_INT_POSITIVE(nIter, NULL);
    386388    PS_ASSERT_FLOAT_LARGER_THAN(rej, 0.0, NULL);
    387389
Note: See TracChangeset for help on using the changeset viewer.