Changeset 9055 for trunk/MagicSoft/Mars
- Timestamp:
- 07/30/08 17:26:50 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9054 r9055 70 70 - append output of stage.C instead of overwriting logfile 71 71 72 * datacenter/macros/resetcolumn.C: 73 - added return 0 and output, as this macro is not yes adapted to 74 the new data structure for MAGIC II 75 72 76 73 77 … … 84 88 * datacenter/scripts/correcttime, datacenter/scripts/cutslices, 85 89 datacenter/scripts/dodatacheck: 86 - added exit and output, as th isscripts are not adapted to the90 - added exit and output, as these scripts are not adapted to the 87 91 new data structure for MAGIC II 88 92 -
trunk/MagicSoft/Mars/datacenter/macros/resetcolumn.C
r9052 r9055 68 68 int resetcolumn(TString column, TString table, TString from, TString to, Bool_t dummy=kTRUE) 69 69 { 70 cout << "This macro has not yet been adapted to the new data structure (Magic II)." << endl; 71 return 0; 72 70 73 TEnv env("sql.rc"); 71 74
Note:
See TracChangeset
for help on using the changeset viewer.