IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

* empty log message *

File:
1 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) {
Note: See TracChangeset for help on using the changeset viewer.