Index: trunk/MagicSoft/Simulation/Detector/ReflectorII/writemagicdef/writemagicdef.c
===================================================================
--- trunk/MagicSoft/Simulation/Detector/ReflectorII/writemagicdef/writemagicdef.c	(revision 5440)
+++ trunk/MagicSoft/Simulation/Detector/ReflectorII/writemagicdef/writemagicdef.c	(revision 5441)
@@ -74,12 +74,12 @@
 
 	//
-	// Shift z for chessboarding:
+	// Shift z if chessboarding is desired:
 	//
-	if (!((x_index+y_index)%2 != 0  || 
-	      (x_index+y_index) ==  12  || 
-	      (x_index+y_index) == -12  || 
-	      (x_index-y_index) ==  12  || 
-	      (x_index-y_index) == -12 ) )
-	  z += 8.; // cm
+	//	if (!((x_index+y_index)%2 != 0  || 
+	//	      (x_index+y_index) ==  12  || 
+	//	      (x_index+y_index) == -12  || 
+	//	      (x_index-y_index) ==  12  || 
+	//	      (x_index-y_index) == -12 ) )
+	//	  z += 8.; // cm
 
 	//
