Index: trunk/psLib/src/math/psUnaryOp.c
===================================================================
--- trunk/psLib/src/math/psUnaryOp.c	(revision 8627)
+++ trunk/psLib/src/math/psUnaryOp.c	(revision 9552)
@@ -30,6 +30,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-08-26 04:34:28 $
+ *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-10-14 00:02:31 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -291,5 +291,5 @@
                            }
 
-    psType* psTypeIn = (psType* ) in;
+    psMathType* psTypeIn = (psMathType* ) in;
 
     PS_ASSERT_GENERAL_PTR_NON_NULL(in, psUnaryOp_EXIT);
@@ -299,5 +299,5 @@
     case PS_DIMEN_SCALAR:
         if (out == NULL ||
-                ((psType*)out)->dimen != PS_DIMEN_SCALAR ||
+                ((psMathType*)out)->dimen != PS_DIMEN_SCALAR ||
                 ((psScalar*)out)->type.type != psTypeIn->type) {
             psFree(out);
