IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2008, 2:09:04 PM (18 years ago)
Author:
eugene
Message:

merging from eam_branch_20080430 : cleanups for tests, minor fixes from tests, reduced verbosity level in some places, add UPDATE and RESET directives to MULTI and METADATA in config files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/mathtypes/tap_psImage.c

    r13043 r17515  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-04-26 22:18:39 $
     8 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2008-05-05 00:09:04 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1717#include <stdlib.h>
    1818#include "pslib.h"
    19 #include "psType.h"
    2019#include "tap.h"
    2120#include "pstap.h"
     
    170169        // children is freed.
    171170        image = psImageAlloc(100,100,PS_TYPE_F32);
    172         psImageSubset(image,(psRegion) {50,0,70,20});
    173         psImageSubset(image,(psRegion) {70,20,90,40});
     171        psImageSubset(image,((psRegion) {50,0,70,20}));
     172        psImageSubset(image,((psRegion) {70,20,90,40}));
    174173        psFree(image);
    175174        ok(!psMemCheckLeaks(id, NULL, NULL, false), "no memory leaks");
Note: See TracChangeset for help on using the changeset viewer.