Index: trunk/psLib/src/dataManip/psMatrixVectorArithmetic.c
===================================================================
--- trunk/psLib/src/dataManip/psMatrixVectorArithmetic.c	(revision 1106)
+++ trunk/psLib/src/dataManip/psMatrixVectorArithmetic.c	(revision 1108)
@@ -29,6 +29,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-26 00:44:00 $
+ *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-26 01:31:08 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -557,4 +557,5 @@
     DIM(OUT,IN,OP,C32);                                                                                      \
     break;                                                                                                   \
+default:                                                                                                     \
 case PS_TYPE_S8:                                                                                             \
 case PS_TYPE_U8:                                                                                             \
@@ -565,5 +566,4 @@
 case PS_TYPE_U64:                                                                                            \
 case PS_TYPE_C64:                                                                                            \
-default:                                                                                                     \
     psError(__func__, ": Invalid PS_TYPE: %d", IN->type);                                                    \
 }
