IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2005, 4:49:40 PM (21 years ago)
Author:
desonia
Message:

moved functions around.

File:
1 edited

Legend:

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

    r3682 r3973  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-04-07 20:27:42 $
     8 *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-05-19 02:49:40 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    223223    // children is freed.
    224224    image = psImageAlloc(100,100,PS_TYPE_F32);
    225     psImageSubset(image,50,0,70,20);
    226     psImageSubset(image,70,20,90,40);
     225    psImageSubset(image,(psRegion) {
     226                      50,0,70,20
     227                  }
     228                 );
     229    psImageSubset(image,(psRegion) {
     230                      70,20,90,40
     231                  }
     232                 );
    227233
    228234    psFree(image);
Note: See TracChangeset for help on using the changeset viewer.