IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4154


Ignore:
Timestamp:
Jun 8, 2005, 9:47:19 AM (21 years ago)
Author:
evanalst
Message:

Update psPixelsConcatenate to return NULL if input pixels NULL.

Location:
trunk/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psPixels.c

    r4145 r4154  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-08 03:16:30 $
     9 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-08 19:47:19 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    243243        psError(PS_ERR_BAD_PARAMETER_NULL, true,
    244244                PS_ERRORTEXT_psPixels_NULL);
    245         return out;
     245        return NULL;
    246246    }
    247247
  • trunk/psLib/src/types/psPixels.c

    r4145 r4154  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-08 03:16:30 $
     9 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-08 19:47:19 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    243243        psError(PS_ERR_BAD_PARAMETER_NULL, true,
    244244                PS_ERRORTEXT_psPixels_NULL);
    245         return out;
     245        return NULL;
    246246    }
    247247
Note: See TracChangeset for help on using the changeset viewer.