Index: trunk/MagicSoft/Mars/datacenter/scripts/mcsequences
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/mcsequences	(revision 8762)
+++ trunk/MagicSoft/Mars/datacenter/scripts/mcsequences	(revision 8763)
@@ -57,6 +57,6 @@
 for dir in ${dirs[@]}
 do 
-#   cont=`echo $dir | cut -d/ -f6`
-   cont=`echo $dir | cut -d/ -f10`
+   cont=`echo $dir | cut -d/ -f6`
+#   cont=`echo $dir | cut -d/ -f10`
    if [ "$cont" == "" ]
    then
@@ -82,6 +82,6 @@
          then
       	    firstrun=`echo $datruns | cut -c 0-8`
-            #date=`echo $dir | cut -c 28-37 | sed -e 's/\//-/g'`
-            date=`echo $dir | cut -c 57-66 | sed -e 's/\//-/g'`
+            date=`echo $dir | cut -c 28-37 | sed -e 's/\//-/g'`
+            #date=`echo $dir | cut -c 57-66 | sed -e 's/\//-/g'`
             zbin=`echo $date | cut -c 3,4`
    	    
