IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1506


Ignore:
Timestamp:
Aug 11, 2004, 5:03:22 PM (22 years ago)
Author:
desonia
Message:

* empty log message *

Location:
trunk/psLib/test/image
Files:
3 edited

Legend:

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

    r1505 r1506  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-08-12 03:02:27 $
     8 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-08-12 03:03:22 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    11071107    psImage* fTruth = NULL;
    11081108    psImage* sTruth = NULL;
    1109     int rows = 100;
    1110     int cols = 100;
     1109    int rows = 64;
     1110    int cols = 64;
    11111111    psImage* fImg = psImageAlloc(cols,rows,PS_TYPE_F32);
    11121112    psImage* sImg = psImageAlloc(cols,rows,PS_TYPE_S16);
Note: See TracChangeset for help on using the changeset viewer.