IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2116


Ignore:
Timestamp:
Oct 14, 2004, 7:58:32 AM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/tst_pmNonLinear.c

    r2115 r2116  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2004-10-14 17:55:36 $
     7 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2004-10-14 17:58:32 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2626}
    2727
     28#define NUM_ROWS 32
     29#define NUM_COLS 32
    2830int test00( void )
    2931{
    30     psImage myImage = psImageAlloc(NUM_COLS, NUM_ROWS, PS_TYPE_F32);
     32    psImage *myImage = psImageAlloc(NUM_COLS, NUM_ROWS, PS_TYPE_F32);
    3133    psReadout *myReadout = psReadoutAlloc(NUM_COLS, NUM_ROWS, myImage);
    3234    for (i=0;i<NUM_ROWS;i++) {
     
    3739    return 0;
    3840}
    39 //is the way
     41//This code will use the psNonLinearLookup routines.
Note: See TracChangeset for help on using the changeset viewer.