Changeset 9055 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
07/30/08 17:26:50 (16 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9054 r9055  
    7070     - append output of stage.C instead of overwriting logfile
    7171
     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
    7276
    7377
     
    8488   * datacenter/scripts/correcttime, datacenter/scripts/cutslices,
    8589     datacenter/scripts/dodatacheck:
    86      - added exit and output, as this scripts are not adapted to the
     90     - added exit and output, as these scripts are not adapted to the
    8791       new data structure for MAGIC II
    8892
  • trunk/MagicSoft/Mars/datacenter/macros/resetcolumn.C

    r9052 r9055  
    6868int resetcolumn(TString column, TString table, TString from, TString to, Bool_t dummy=kTRUE)
    6969{
     70    cout << "This macro has not yet been adapted to the new data structure (Magic II)." << endl;
     71    return 0;
     72
    7073    TEnv env("sql.rc");
    7174
Note: See TracChangeset for help on using the changeset viewer.