IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4145


Ignore:
Timestamp:
Jun 7, 2005, 5:16:30 PM (21 years ago)
Author:
evanalst
Message:

Added error message generation for psPixelsCopy.

Location:
trunk/psLib/src
Files:
2 edited

Legend:

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

    r3959 r4145  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-05-18 21:38:19 $
     9 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-08 03:16:30 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    9696{
    9797    if (in == NULL) {
     98        psError(PS_ERR_BAD_PARAMETER_NULL,true,PS_ERRORTEXT_psPixels_NULL);
    9899        psFree(out);
    99100        return NULL;
  • trunk/psLib/src/types/psPixels.c

    r3959 r4145  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-05-18 21:38:19 $
     9 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-08 03:16:30 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    9696{
    9797    if (in == NULL) {
     98        psError(PS_ERR_BAD_PARAMETER_NULL,true,PS_ERRORTEXT_psPixels_NULL);
    9899        psFree(out);
    99100        return NULL;
Note: See TracChangeset for help on using the changeset viewer.