Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7380)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7381)
@@ -31,4 +31,7 @@
    * ganymed.cc:
      - implemented twonew options --ind and --ins
+
+   * datacenter/scripts/runganymed:
+     - added new option --ind= to ./ganymed
 
 
Index: trunk/MagicSoft/Mars/datacenter/scripts/runganymed
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/runganymed	(revision 7380)
+++ trunk/MagicSoft/Mars/datacenter/scripts/runganymed	(revision 7381)
@@ -149,5 +149,5 @@
   
   echo "run ganymed..." >> $scriptlog 2>&1
-  ./ganymed -b -q -v4 -f --config=$ganymedrc --log=$outpath/ganymed$no2.log --html=$outpath/ganymed$no2.html --out=$outpath $datasetfile  2>> $scriptlog> /dev/null
+  ./ganymed -b -q -v4 -f --ind=$datapth/star --config=$ganymedrc --log=$outpath/ganymed$no2.log --html=$outpath/ganymed$no2.html --out=$outpath $datasetfile  2>> $scriptlog> /dev/null
   check1=$?
 
