Index: /trunk/psLib/src/collections/psBitSet.c
===================================================================
--- /trunk/psLib/src/collections/psBitSet.c	(revision 835)
+++ /trunk/psLib/src/collections/psBitSet.c	(revision 836)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *   
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-05-08 00:08:27 $
+ *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-03 00:32:32 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -185,5 +185,5 @@
     inBits2 = inBitSet2->bits;
 
-    tempChar = toupper(*operator);
+    tempChar = toupper(operator[0]);
     switch(tempChar) {
     case 'A':
@@ -203,5 +203,5 @@
         break;
     default:
-        psError(__func__, " : Line %d - Invalid psBitMask binary operation: %s\n", __LINE__);
+        psError(__func__, " : Line %d - Invalid psBitMask binary operation: %s\n", __LINE__, operator);
     }
 
Index: /trunk/psLib/src/collections/psVector.h
===================================================================
--- /trunk/psLib/src/collections/psVector.h	(revision 835)
+++ /trunk/psLib/src/collections/psVector.h	(revision 836)
@@ -9,6 +9,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-02 23:29:14 $
+ *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-03 00:32:32 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -44,6 +44,6 @@
         psC32   *C32;                   ///< Single-precision complex data.
         psC64   *C64;                   ///< Double-precision complex data.
-        psPTR   *PTR;                   ///< Void pointers
-        psPTR    V;                     ///< Pointer to data
+        psPTR   *PTR;                   ///< Void pointers.
+        psPTR    V;                     ///< Pointer to data.
     } data;                             ///< Union for data types.
 }
Index: /trunk/psLib/src/mathtypes/psVector.h
===================================================================
--- /trunk/psLib/src/mathtypes/psVector.h	(revision 835)
+++ /trunk/psLib/src/mathtypes/psVector.h	(revision 836)
@@ -9,6 +9,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-02 23:29:14 $
+ *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-03 00:32:32 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -44,6 +44,6 @@
         psC32   *C32;                   ///< Single-precision complex data.
         psC64   *C64;                   ///< Double-precision complex data.
-        psPTR   *PTR;                   ///< Void pointers
-        psPTR    V;                     ///< Pointer to data
+        psPTR   *PTR;                   ///< Void pointers.
+        psPTR    V;                     ///< Pointer to data.
     } data;                             ///< Union for data types.
 }
Index: /trunk/psLib/src/types/psBitSet.c
===================================================================
--- /trunk/psLib/src/types/psBitSet.c	(revision 835)
+++ /trunk/psLib/src/types/psBitSet.c	(revision 836)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *   
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-05-08 00:08:27 $
+ *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-03 00:32:32 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -185,5 +185,5 @@
     inBits2 = inBitSet2->bits;
 
-    tempChar = toupper(*operator);
+    tempChar = toupper(operator[0]);
     switch(tempChar) {
     case 'A':
@@ -203,5 +203,5 @@
         break;
     default:
-        psError(__func__, " : Line %d - Invalid psBitMask binary operation: %s\n", __LINE__);
+        psError(__func__, " : Line %d - Invalid psBitMask binary operation: %s\n", __LINE__, operator);
     }
 
