IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5568


Ignore:
Timestamp:
Nov 22, 2005, 9:07:35 AM (21 years ago)
Author:
desonia
Message:

corrected error message for NULL input for psVectorCopy. (Bug #596)

File:
1 edited

Legend:

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

    r5530 r5568  
    99*  @author Robert DeSonia, MHPCC
    1010*
    11 *  @version $Revision: 1.61 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2005-11-16 23:06:21 $
     11*  @version $Revision: 1.62 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2005-11-22 19:07:35 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    197197    if (input == NULL) {
    198198        psError(PS_ERR_BAD_PARAMETER_NULL, true,
    199                 PS_ERRORTEXT_psVector_SORT_NULL);
     199                PS_ERRORTEXT_psVector_NULL);
    200200        psFree(output);
    201201        return NULL;
Note: See TracChangeset for help on using the changeset viewer.