Index: /trunk/psLib/src/collections/psBitSet.c
===================================================================
--- /trunk/psLib/src/collections/psBitSet.c	(revision 1165)
+++ /trunk/psLib/src/collections/psBitSet.c	(revision 1166)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-07-01 00:14:25 $
+ *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-01 00:45:41 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -23,4 +23,5 @@
 #include <ctype.h>
 #include <math.h>
+#include <stdbool.h>
 
 #include "psBitSet.h"
@@ -140,5 +141,5 @@
 }
 
-int psBitSetTest(const psBitSet *inBitSet, int bit)
+bool psBitSetTest(const psBitSet *inBitSet, int bit)
 {
     char* byte = NULL;
Index: /trunk/psLib/src/collections/psBitSet.h
===================================================================
--- /trunk/psLib/src/collections/psBitSet.h	(revision 1165)
+++ /trunk/psLib/src/collections/psBitSet.h	(revision 1166)
@@ -12,6 +12,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-23 23:00:15 $
+ *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-01 00:45:32 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -78,5 +78,5 @@
  *  @return  int: Value of bit, either one or zero.
  */
-int psBitSetTest(
+bool psBitSetTest(
     const psBitSet *restrict inMask,    /**< Pointer psBitSet to be tested. */
     int bit                             /**< Bit to be tested. */
Index: /trunk/psLib/src/types/psBitSet.c
===================================================================
--- /trunk/psLib/src/types/psBitSet.c	(revision 1165)
+++ /trunk/psLib/src/types/psBitSet.c	(revision 1166)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-07-01 00:14:25 $
+ *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-01 00:45:41 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -23,4 +23,5 @@
 #include <ctype.h>
 #include <math.h>
+#include <stdbool.h>
 
 #include "psBitSet.h"
@@ -140,5 +141,5 @@
 }
 
-int psBitSetTest(const psBitSet *inBitSet, int bit)
+bool psBitSetTest(const psBitSet *inBitSet, int bit)
 {
     char* byte = NULL;
Index: /trunk/psLib/src/types/psBitSet.h
===================================================================
--- /trunk/psLib/src/types/psBitSet.h	(revision 1165)
+++ /trunk/psLib/src/types/psBitSet.h	(revision 1166)
@@ -12,6 +12,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-23 23:00:15 $
+ *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-01 00:45:32 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -78,5 +78,5 @@
  *  @return  int: Value of bit, either one or zero.
  */
-int psBitSetTest(
+bool psBitSetTest(
     const psBitSet *restrict inMask,    /**< Pointer psBitSet to be tested. */
     int bit                             /**< Bit to be tested. */
