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

Legend:

Unmodified
Added
Removed
  • 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.