Index: /trunk/psLib/src/math/psConstants.h
===================================================================
--- /trunk/psLib/src/math/psConstants.h	(revision 7760)
+++ /trunk/psLib/src/math/psConstants.h	(revision 7761)
@@ -6,6 +6,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.88 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-07 01:22:12 $
+ *  @version $Revision: 1.89 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-30 01:03:53 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -341,16 +341,4 @@
 }
 
-#define PS_VECTOR_F64_TO_F32(X64, X32) \
-psVector *X32 = psVectorAlloc(X64->n, PS_TYPE_F32); \
-for (int i=0;i<X64->n;i++) { \
-    X32->data.F32[i] = (float) X64->data.F64[i]; \
-} \
-
-#define PS_VECTOR_F32_TO_F64(X32, X64) \
-psVector *X64 = psVectorAlloc(X32->n, PS_TYPE_F64); \
-for (int i=0;i<X32->n;i++) { \
-    X64->data.F64[i] = (float) X32->data.F32[i]; \
-} \
-
 #define PS_VECTOR_PRINT_F32(NAME) \
 if (NAME != NULL) { \
