Ignore:
Timestamp:
07/23/08 11:11:13 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/stage.C

    r9021 r9038  
    2929}
    3030
    31 void stage(Int_t sequno, Int_t tel, TString path="")
     31int stage(Int_t sequno, Int_t tel, TString path="")
    3232{
    3333    const MSequenceSQL s("sql.rc", sequno, tel);
     
    4040}
    4141
    42 void stage(const char *seq, TString path="")
     42int stage(const char *seq, TString path="")
    4343{
    4444    const MSequence s(seq);
Note: See TracChangeset for help on using the changeset viewer.