Changeset 3446 for trunk/psLib/test/image/tst_psImageManip.c
- Timestamp:
- Mar 17, 2005, 4:35:15 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/tst_psImageManip.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageManip.c
r3298 r3446 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 39$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-0 2-22 19:25:53$8 * @version $Revision: 1.40 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-03-18 02:35:15 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1771 1771 // verify that invalid interpolation mode is handled properly 1772 1772 psErrorClear(); 1773 result = psImageResample(result,image,2, 0);1773 result = psImageResample(result,image,2,-1); 1774 1774 1775 1775 if (result != NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.
