IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 14, 2004, 8:03:33 AM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r2116 r2118  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2004-10-14 17:58:32 $
     7 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2004-10-14 18:00:04 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1313#include "psTest.h"
    1414#include "pslib.h"
    15 #include "pmNonLinear.h"
     15#include "../src/pmNonLinear.h"
    1616static int test00(void);
    1717testDescription tests[] = {
     
    3030int test00( void )
    3131{
     32    int i;
     33    int j;
    3234    psImage *myImage = psImageAlloc(NUM_COLS, NUM_ROWS, PS_TYPE_F32);
    3335    psReadout *myReadout = psReadoutAlloc(NUM_COLS, NUM_ROWS, myImage);
    3436    for (i=0;i<NUM_ROWS;i++) {
    35         for (j=0;j<NUM_COLS;j++) {}
     37        for (j=0;j<NUM_COLS;j++) {
     38            myReadout->image->data.F32[i][j] = 0.0;
     39        }
    3640    }
    3741    printPositiveTestHeader(stdout, "pmFlatField", "Test A - Divide input image by flat image");
Note: See TracChangeset for help on using the changeset viewer.