Changeset 7102


Ignore:
Timestamp:
05/27/05 17:21:46 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7094 r7102  
    2121
    2222                                                 -*-*- END OF LINE -*-*-
     23 2005/05/27 Daniela Dorner
     24
     25   * datacenter/macros/plotdb.C:
     26     - changed binning of fConvFactorInner
     27     - added plot vs ZdMin
     28
     29   * datacenter/macros/resetcolumn.C:
     30     - added (macro to reset value in the DB)
     31
     32   * datacenter/scripts/runganymed:
     33     - removed command line option for ganymed, which is default now
     34
     35
     36
    2337 INPREP Markus Gaug (2005/05/21)
    2438
  • trunk/MagicSoft/Mars/datacenter/macros/resetcolumn.C

    r7101 r7102  
    112112    }
    113113
    114 /*
     114
    115115    TSQLResult *res = serv.Query(query);
    116116    if (!res)
     
    118118
    119119    delete res;
    120 */
     120
    121121    return 1;
    122122}
  • trunk/MagicSoft/Mars/datacenter/scripts/runganymed

    r7079 r7102  
    184184 
    185185  echo "run ganymed..." >> $scriptlog 2>&1
    186   ./ganymed -b -q -f --full-display --sum --log=$outpath/ganymed$no2.log --out=$outpath $datasetfile  2>> $scriptlog> /dev/null
     186  ./ganymed -b -q -f --sum --log=$outpath/ganymed$no2.log --out=$outpath $datasetfile  2>> $scriptlog> /dev/null
    187187  check1=$?
    188188
Note: See TracChangeset for help on using the changeset viewer.