Changeset 4224
- Timestamp:
- Jun 13, 2005, 10:12:18 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/test/tst_pmImageSubtract.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/tst_pmImageSubtract.c
r4179 r4224 3 3 * @brief Contains the tests for pmImageSubtract.c: 4 4 * 5 * test00: This code will ...5 * test00: This code will test the various functions in pmObjects.c 6 6 * 7 7 * @author GLG, MHPCC 8 8 * 9 * @version $Revision: 1.1 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-06-09 05:43:13 $ 9 * XXX: Most test simply ensure that the functions can be called with allowable 10 * data. More work need to be done to verify the results. 11 * 12 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-06-13 20:12:18 $ 11 14 * 12 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 14 17 #include "psTest.h" 15 18 #include "pslib.h" 16 //XXX: Why do I need this?17 #include "psConstants.h"18 19 #include "pmImageSubtract.h" 19 20 #define ERROR_TOLERANCE 1.0 … … 743 744 return(!testStatus); 744 745 } 745 // this code will 746 747 748 746
Note:
See TracChangeset
for help on using the changeset viewer.
