Index: trunk/psLib/src/sys/psType.h
===================================================================
--- trunk/psLib/src/sys/psType.h	(revision 6218)
+++ trunk/psLib/src/sys/psType.h	(revision 6227)
@@ -10,6 +10,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-10-29 00:05:52 $
+*  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-01-28 01:12:15 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -67,6 +67,6 @@
 
 #else // SWIG
-typedef float _Complex psC32;          ///< complex with 32-bit floating point Real and Imagary numbers
-typedef double _Complex psC64;         ///< complex with 64-bit floating point Real and Imagary numbers
+typedef float complex psC32;          ///< complex with 32-bit floating point Real and Imagary numbers
+typedef double complex psC64;         ///< complex with 64-bit floating point Real and Imagary numbers
 #endif // !SWIG
 
