IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6317


Ignore:
Timestamp:
Feb 2, 2006, 3:34:11 PM (20 years ago)
Author:
gusciora
Message:

I modified the psVectorStats behavior when called with bad params.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/tst_psStats00.c

    r6226 r6317  
    1111*  @author GLG, MHPCC
    1212*
    13 *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
    14 *  @date $Date: 2006-01-27 20:08:58 $
     13*  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
     14*  @date $Date: 2006-02-03 01:34:11 $
    1515*
    1616*  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    289289    /*************************************************************************/
    290290    psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error message.");
    291     if( psVectorStats(myStats, NULL, NULL, NULL, 0) != myStats ) {
    292         psError(PS_ERR_UNKNOWN,true,"psVectorStats did not return stats when input NULL");
     291    if( psVectorStats(myStats, NULL, NULL, NULL, 0) != NULL ) {
     292        psError(PS_ERR_UNKNOWN,true,"psVectorStats did not return NULL");
    293293        return 8;
    294294    }
Note: See TracChangeset for help on using the changeset viewer.