IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 2, 2006, 2:27:51 PM (20 years ago)
Author:
drobbin
Message:

Edited error message and updated indexSort test

File:
1 edited

Legend:

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

    r7044 r7046  
    99*  @author Robert DeSonia, MHPCC
    1010*
    11 *  @version $Revision: 1.70 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2006-05-02 23:02:29 $
     11*  @version $Revision: 1.71 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2006-05-03 00:27:51 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    237237                char* typeStr;
    238238                PS_TYPE_NAME(typeStr,type);
    239                 psError(PS_ERR_BAD_PARAMETER_TYPE, true, PS_ERRORTEXT_psVector_UNSUPPORTED_TYPE, typeStr);
     239                psError(PS_ERR_BAD_PARAMETER_TYPE, true,
     240                        //                        PS_ERRORTEXT_psVector_UNSUPPORTED_TYPE, typeStr);
     241                        "Input psVector is an unsupported type.\n");
    240242                psFree(output);
    241243                return NULL;
Note: See TracChangeset for help on using the changeset viewer.