Ignore:
Timestamp:
07/22/08 16:28:15 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MSequence.cc

    r9023 r9028  
    493493
    494494        if (tel>0)
    495             n += Form(".%05d", file);
     495            n += Form(".%03d", file);
    496496    }
    497497
     
    13871387        // Should we add a check forbidding the same run in
    13881388        // Cal/Ped/Data? What about the Exclude?
    1389         /*str +=*/ PrintRuns(out, pre, "Runs:     ", fRuns,     fRunsSub);
    1390         str += PrintRuns(out, pre, "CalRuns:  ", fCalRuns,  fCalRunsSub);
    1391         str += PrintRuns(out, pre, "PedRuns:  ", fPedRuns,  fPedRunsSub);
    1392         str += PrintRuns(out, pre, "DataRuns: ", fDatRuns,  fDatRunsSub);
    1393         str += PrintRuns(out, pre, "Exclude:  ", fExclRuns, fExclRunsSub);
     1389        /*str +=*/ PrintRuns(out, pre, "Runs:    ", fRuns,     fRunsSub);
     1390        str += PrintRuns(out, pre, "CalRuns: ", fCalRuns,  fCalRunsSub);
     1391        str += PrintRuns(out, pre, "PedRuns: ", fPedRuns,  fPedRunsSub);
     1392        str += PrintRuns(out, pre, "DatRuns: ", fDatRuns,  fDatRunsSub);
     1393        str += PrintRuns(out, pre, "Exclude: ", fExclRuns, fExclRunsSub);
    13941394    }
    13951395
Note: See TracChangeset for help on using the changeset viewer.