IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15599


Ignore:
Timestamp:
Nov 13, 2007, 8:28:02 AM (18 years ago)
Author:
gusciora
Message:

Added input parameter assert:

PS_ASSERT_IMAGE_NON_NULL(field, NULL);

to psImageMapAlloc()

File:
1 edited

Legend:

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

    r15598 r15599  
    77 *  @author Eugene Magnier, IfA
    88 *
    9  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-11-13 18:23:17 $
     9 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-11-13 18:28:02 $
    1111 *
    1212 *  Copyright 2007 Institute for Astronomy, University of Hawaii
     
    4949
    5050psImageMap *psImageMapAlloc(const psImage *field, psImageBinning *binning, psStats *stats) {
    51 
     51    PS_ASSERT_IMAGE_NON_NULL(field, NULL);
    5252    assert (binning);
    5353    assert (stats);
Note: See TracChangeset for help on using the changeset viewer.