IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1106


Ignore:
Timestamp:
Jun 25, 2004, 2:44:00 PM (22 years ago)
Author:
harman
Message:

Removed MIN and MAX and used fmin and fmax instead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psMatrixVectorArithmetic.c

    r1102 r1106  
    2929 *  @author Ross Harman, MHPCC
    3030 *
    31  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    32  *  @date $Date: 2004-06-26 00:04:46 $
     31 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     32 *  @date $Date: 2004-06-26 00:44:00 $
    3333 *
    3434 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7676/*  FUNCTION IMPLEMENTATION - LOCAL                                          */
    7777/*****************************************************************************/
    78 
    79 // Local version of min function (cast to double for complex numbers)
    80 #define MIN(A,B)(((double)(A)<(double)(B))?(A):(B))
    81 
    82 // Local version of max function (cast to double for complex numbers)
    83 #define MAX(A,B)(((double)(A)>(double)(B))?(A):(B))
    8478
    8579// Conversion for degrees to radians
Note: See TracChangeset for help on using the changeset viewer.