Changeset 1106
- Timestamp:
- Jun 25, 2004, 2:44:00 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psMatrixVectorArithmetic.c
r1102 r1106 29 29 * @author Ross Harman, MHPCC 30 30 * 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 $ 33 33 * 34 34 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 76 76 /* FUNCTION IMPLEMENTATION - LOCAL */ 77 77 /*****************************************************************************/ 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))84 78 85 79 // Conversion for degrees to radians
Note:
See TracChangeset
for help on using the changeset viewer.
