IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 16, 2005, 1:56:51 PM (21 years ago)
Author:
drobbin
Message:

Relatively minor changes from new SDRS rev16

File:
1 edited

Legend:

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

    r4980 r5064  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-09-09 02:02:54 $
     8 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-09-16 23:56:51 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    286286{
    287287    psImage *in;
    288     psRegion inReg[1];
     288    psRegion inReg;
    289289    psRegion out;
    290290    in = psImageAlloc(1, 1, PS_TYPE_S32);
    291     inReg[0] = psRegionSet(1, 2, 1, 2);
     291    inReg = psRegionSet(1, 2, 1, 2);
    292292    out = psRegionForImage(in,inReg);
    293     psRegion inReg2[1];
     293    psRegion inReg2;
    294294    psRegion out2;
    295     inReg2[0] = psRegionSet(-1, 0, -2, -1);
     295    inReg2 = psRegionSet(-1, 0, -2, -1);
    296296    out2 = psRegionForImage(in, inReg2);
    297297
Note: See TracChangeset for help on using the changeset viewer.