Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7101)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7102)
@@ -21,4 +21,18 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2005/05/27 Daniela Dorner
+
+   * datacenter/macros/plotdb.C:
+     - changed binning of fConvFactorInner
+     - added plot vs ZdMin
+
+   * datacenter/macros/resetcolumn.C:
+     - added (macro to reset value in the DB)
+
+   * datacenter/scripts/runganymed:
+     - removed command line option for ganymed, which is default now
+
+
+
  INPREP Markus Gaug (2005/05/21)
 
Index: trunk/MagicSoft/Mars/datacenter/macros/resetcolumn.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/resetcolumn.C	(revision 7101)
+++ trunk/MagicSoft/Mars/datacenter/macros/resetcolumn.C	(revision 7102)
@@ -112,5 +112,5 @@
     }
 
-/*
+
     TSQLResult *res = serv.Query(query);
     if (!res)
@@ -118,5 +118,5 @@
 
     delete res;
-*/
+
     return 1;
 }
Index: trunk/MagicSoft/Mars/datacenter/scripts/runganymed
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/runganymed	(revision 7101)
+++ trunk/MagicSoft/Mars/datacenter/scripts/runganymed	(revision 7102)
@@ -184,5 +184,5 @@
   
   echo "run ganymed..." >> $scriptlog 2>&1
-  ./ganymed -b -q -f --full-display --sum --log=$outpath/ganymed$no2.log --out=$outpath $datasetfile  2>> $scriptlog> /dev/null
+  ./ganymed -b -q -f --sum --log=$outpath/ganymed$no2.log --out=$outpath $datasetfile  2>> $scriptlog> /dev/null
   check1=$?
 
