Changeset 2861
- Timestamp:
- Jan 3, 2005, 12:02:35 PM (22 years ago)
- Location:
- trunk/psLib
- Files:
-
- 2 edited
-
src/image/psImageManip.c (modified) (2 diffs)
-
test/image/verified/tst_psImageManip.stderr (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageManip.c
r2860 r2861 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.3 3$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-01-03 2 1:58:53$12 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-01-03 22:02:35 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 676 676 } 677 677 // put the angle in the range of 0...2PI. 678 angle = angle - (2.0*PS_PI) * floor(angle / (2.0*PS_PI));678 angle = (float)((double)angle - (2.0*PS_PI) * floor(angle / (2.0*PS_PI))); 679 679 680 680 if (fabsf(angle - PS_PI_2) < FLT_EPSILON) { -
trunk/psLib/test/image/verified/tst_psImageManip.stderr
r2754 r2861 148 148 <DATE><TIME>|<HOST>|E|psImageOverlaySection (psImageManip.c:<LINENO>) 149 149 Input overlay psImage type, psS64, must match input psImage type, psF32. 150 <DATE><TIME>|<HOST>|I|testImageOverlay151 Following should error as overlay and image are not valid for the psImageOverlaySection function.152 <DATE><TIME>|<HOST>|E|psImageOverlaySection (psImageManip.c:<LINENO>)153 Specified psImage type, psS64, is not supported.154 150 155 151 ---> TESTPOINT PASSED (psImage{psImageOverlay} | tst_psImageManip.c) … … 213 209 \**********************************************************************************/ 214 210 215 <DATE><TIME>|<HOST>|I|testImageRotate216 Following should be an error invalid type for rotate.217 <DATE><TIME>|<HOST>|E|psImageRotate (psImageManip.c:<LINENO>)218 Specified psImage type, psS32, is not supported.219 <DATE><TIME>|<HOST>|I|testImageRotate220 Following should be an error invalid type for rotate.221 <DATE><TIME>|<HOST>|E|psImageRotate (psImageManip.c:<LINENO>)222 Specified psImage type, psS32, is not supported.223 <DATE><TIME>|<HOST>|I|testImageRotate224 Following should be an error invalid type for rotate.225 <DATE><TIME>|<HOST>|E|psImageRotate (psImageManip.c:<LINENO>)226 Specified psImage type, psS32, is not supported.227 <DATE><TIME>|<HOST>|I|testImageRotate228 Following should be an error invalid type for rotate.229 <DATE><TIME>|<HOST>|E|psImageRotate (psImageManip.c:<LINENO>)230 Specified psImage type, psS32, is not supported.231 <DATE><TIME>|<HOST>|I|testImageRotate232 Following should be an error invalid type for rotate.233 <DATE><TIME>|<HOST>|E|psImageRotate (psImageManip.c:<LINENO>)234 Specified psImage type, psS32, is not supported.235 <DATE><TIME>|<HOST>|I|testImageRotate236 Following should be an error invalid type for rotate.237 <DATE><TIME>|<HOST>|E|psImageRotate (psImageManip.c:<LINENO>)238 Specified psImage type, psS32, is not supported.239 <DATE><TIME>|<HOST>|I|testImageRotate240 Following should be an error invalid type for rotate.241 <DATE><TIME>|<HOST>|E|psImageRotate (psImageManip.c:<LINENO>)242 Specified psImage type, psS32, is not supported.243 <DATE><TIME>|<HOST>|I|testImageRotate244 Following should be an error invalid type for rotate.245 <DATE><TIME>|<HOST>|E|psImageRotate (psImageManip.c:<LINENO>)246 Specified psImage type, psS32, is not supported.247 211 <DATE><TIME>|<HOST>|I|testImageRotate 248 212 Following should be an error
Note:
See TracChangeset
for help on using the changeset viewer.
