IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2004, 11:10:52 AM (22 years ago)
Author:
evanalst
Message:

Update psMemCheckLeaks function.

File:
1 edited

Legend:

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

    r2273 r2392  
    1010 *  @author  Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
    13  *  @date  $Date: 2004-11-04 01:05:00 $
     12 *  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
     13 *  @date  $Date: 2004-11-22 21:02:51 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    8282
    8383#define CHECK_MEMORY \
    84 if( psMemCheckLeaks(0, NULL, stdout) != 0 ) {  \
     84if( psMemCheckLeaks(0, NULL, stdout, false) != 0 ) {  \
    8585    psError(PS_ERR_UNKNOWN, true,"Memory leaks detected."); \
    8686    return 50; \
Note: See TracChangeset for help on using the changeset viewer.