IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15586


Ignore:
Timestamp:
Nov 11, 2007, 11:48:37 AM (18 years ago)
Author:
eugene
Message:

adding a note

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageInterpolate.c

    r14826 r15586  
    77 *  @author Paul Price, IfA
    88 *
    9  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-09-13 02:43:55 $
     9 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-11-11 21:48:37 $
    1111 *
    1212 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    605605        PS_ASSERT_IMAGE_TYPE(mask, PS_TYPE_MASK, PS_INTERPOLATE_STATUS_ERROR);
    606606        PS_ASSERT_IMAGES_SIZE_EQUAL(mask, image, PS_INTERPOLATE_STATUS_ERROR);
     607        // XXX these should probably be asserts, not PS_ASSERTS
    607608    }
    608609
Note: See TracChangeset for help on using the changeset viewer.