Changeset 2120
- Timestamp:
- Oct 14, 2004, 8:21:23 AM (22 years ago)
- Location:
- trunk/psModules/test
- Files:
-
- 1 added
- 1 edited
-
Makefile_NonLinear (added)
-
tst_pmNonLinear.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/tst_pmNonLinear.c
r2118 r2120 5 5 * @author GLG, MHPCC 6 6 * 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 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 13 13 #include "psTest.h" 14 14 #include "pslib.h" 15 #include " ../src/pmNonLinear.h"15 #include "pmNonLinear.h" 16 16 static int test00(void); 17 17 testDescription tests[] = { … … 41 41 printPositiveTestHeader(stdout, "pmFlatField", "Test A - Divide input image by flat image"); 42 42 printFooter(stdout, "pmFlatField", "Test A - Divide input image by flat image", true); 43 psFree(myReadout); 43 44 return 0; 44 45 }
Note:
See TracChangeset
for help on using the changeset viewer.
