Index: /branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/load_catalogs.c
===================================================================
--- /branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/load_catalogs.c	(revision 33534)
+++ /branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/load_catalogs.c	(revision 33535)
@@ -18,5 +18,5 @@
 
   // XXX need to decide how to determine PARALLEL mode...
-  if (PARALLEL & !hostID) {
+  if (PARALLEL && !hostID) {
     catalog = load_catalogs_parallel (skylist, Ncatalog);
     return catalog;
Index: /branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/reload_catalogs.c
===================================================================
--- /branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/reload_catalogs.c	(revision 33534)
+++ /branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/reload_catalogs.c	(revision 33535)
@@ -28,5 +28,5 @@
 
   // XXX need to decide how to determine PARALLEL mode...
-  if (PARALLEL & !hostID) {
+  if (PARALLEL && !hostID) {
     reload_catalogs_parallel (skylist);
     return;
Index: /branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/relphot_objects.c
===================================================================
--- /branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/relphot_objects.c	(revision 33534)
+++ /branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/relphot_objects.c	(revision 33535)
@@ -25,5 +25,5 @@
 
   // XXX need to decide how to determine PARALLEL mode...
-  if (PARALLEL & !hostID) {
+  if (PARALLEL && !hostID) {
     relphot_objects_parallel (skylist);
     return TRUE;
