Changeset 1921 for trunk/psLib/src/dataManip/psConstants.h
- Timestamp:
- Sep 28, 2004, 1:27:37 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psConstants.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psConstants.h
r1907 r1921 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-09-2 7 23:41:42$8 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-09-28 23:27:37 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 73 73 printf("\n"); \ 74 74 75 #define PS_VECTOR_F64_TO_F32(X64, X32) \ 76 psVector *X32 = psVectorAlloc(X64->n, PS_TYPE_F32); \ 77 for (int i=0;i<X64->n;i++) { \ 78 X32->data.F32[i] = X64->data.F64[i]; \ 79 } \ 80 75 81 #define PS_MAX(A, B) \ 76 82 (A > B) ? A : B \
Note:
See TracChangeset
for help on using the changeset viewer.
