IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10243


Ignore:
Timestamp:
Nov 28, 2006, 2:32:10 PM (20 years ago)
Author:
Paul Price
Message:

Adding assertion to psImageInit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/mathtypes/psImage.c

    r9875 r10243  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.118 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2006-11-07 07:45:33 $
     11 *  @version $Revision: 1.119 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2006-11-29 00:32:10 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    116116bool psImageInit (psImage *image,...)
    117117{
     118    PS_ASSERT_PTR(image, false);
     119    PS_ASSERT_IMAGE_NON_NULL(image, false);
    118120
    119121    va_list argp;
Note: See TracChangeset for help on using the changeset viewer.