IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 3, 2004, 3:05:00 PM (22 years ago)
Author:
desonia
Message:

changed the psError signature to match SDRS. Also made misc. cleanups as
I was combing the files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psMatrixVectorArithmetic02.c

    r2204 r2273  
    1010 *  @author  Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
    13  *  @date  $Date: 2004-10-27 00:57:33 $
     12 *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
     13 *  @date  $Date: 2004-11-04 01:05:00 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    8383#define CHECK_MEMORY \
    8484if( psMemCheckLeaks(0, NULL, stdout) != 0 ) {  \
    85     psError(__func__,"Memory leaks detected."); \
     85    psError(PS_ERR_UNKNOWN, true,"Memory leaks detected."); \
    8686    return 50; \
    8787} \
    8888psS32 nBad = psMemCheckCorruption(0); \
    8989if(nBad) { \
    90     psError(__func__,"ERROR: Found %d bad memory blocks\n", nBad); \
     90    psError(PS_ERR_UNKNOWN, true,"ERROR: Found %d bad memory blocks\n", nBad); \
    9191    return 51; \
    9292}
Note: See TracChangeset for help on using the changeset viewer.