Changeset 7102
- Timestamp:
- 05/27/05 17:21:46 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7094 r7102 21 21 22 22 -*-*- 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 23 37 INPREP Markus Gaug (2005/05/21) 24 38 -
trunk/MagicSoft/Mars/datacenter/macros/resetcolumn.C
r7101 r7102 112 112 } 113 113 114 /* 114 115 115 TSQLResult *res = serv.Query(query); 116 116 if (!res) … … 118 118 119 119 delete res; 120 */ 120 121 121 return 1; 122 122 } -
trunk/MagicSoft/Mars/datacenter/scripts/runganymed
r7079 r7102 184 184 185 185 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/null186 ./ganymed -b -q -f --sum --log=$outpath/ganymed$no2.log --out=$outpath $datasetfile 2>> $scriptlog> /dev/null 187 187 check1=$? 188 188
Note:
See TracChangeset
for help on using the changeset viewer.