IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2861


Ignore:
Timestamp:
Jan 3, 2005, 12:02:35 PM (22 years ago)
Author:
desonia
Message:

* empty log message *

Location:
trunk/psLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImageManip.c

    r2860 r2861  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-01-03 21:58:53 $
     12 *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-01-03 22:02:35 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    676676    }
    677677    // 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)));
    679679
    680680    if (fabsf(angle - PS_PI_2) < FLT_EPSILON) {
  • trunk/psLib/test/image/verified/tst_psImageManip.stderr

    r2754 r2861  
    148148<DATE><TIME>|<HOST>|E|psImageOverlaySection (psImageManip.c:<LINENO>)
    149149    Input overlay psImage type, psS64, must match input psImage type, psF32.
    150 <DATE><TIME>|<HOST>|I|testImageOverlay
    151     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.
    154150
    155151---> TESTPOINT PASSED (psImage{psImageOverlay} | tst_psImageManip.c)
     
    213209\**********************************************************************************/
    214210
    215 <DATE><TIME>|<HOST>|I|testImageRotate
    216     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|testImageRotate
    220     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|testImageRotate
    224     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|testImageRotate
    228     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|testImageRotate
    232     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|testImageRotate
    236     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|testImageRotate
    240     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|testImageRotate
    244     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.
    247211<DATE><TIME>|<HOST>|I|testImageRotate
    248212    Following should be an error
Note: See TracChangeset for help on using the changeset viewer.