IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2120


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

Added a makefile for tst_pmNonLinear.c

Location:
trunk/psModules/test
Files:
1 added
1 edited

Legend:

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

    r2118 r2120  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2004-10-14 18:00:04 $
     7 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2004-10-14 18:21:23 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1313#include "psTest.h"
    1414#include "pslib.h"
    15 #include "../src/pmNonLinear.h"
     15#include "pmNonLinear.h"
    1616static int test00(void);
    1717testDescription tests[] = {
     
    4141    printPositiveTestHeader(stdout, "pmFlatField", "Test A - Divide input image by flat image");
    4242    printFooter(stdout, "pmFlatField", "Test A - Divide input image by flat image", true);
     43    psFree(myReadout);
    4344    return 0;
    4445}
Note: See TracChangeset for help on using the changeset viewer.