Changeset 5309
- Timestamp:
- 10/22/04 16:08:43 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJStar.cc
r5185 r5309 128 128 129 129 MDirIter iter; 130 const Int_t n0 = fSequence.SetupDatRuns(iter, fPathData );130 const Int_t n0 = fSequence.SetupDatRuns(iter, fPathData, "Y"); 131 131 const Int_t n1 = fSequence.GetNumDatRuns(); 132 132 if (n0==0) -
trunk/MagicSoft/Mars/star.cc
r5300 r5309 87 87 88 88 const Bool_t kPrintSeq = arg.HasOnlyAndRemove("--print-seq"); 89 const Bool_t kPrintFiles = arg.HasOnlyAndRemove("--print-files");90 const Bool_t kPrintOnly = arg.HasOnlyAndRemove("--print-only");89 //const Bool_t kPrintFiles = arg.HasOnlyAndRemove("--print-files"); 90 //const Bool_t kPrintOnly = arg.HasOnlyAndRemove("--print-only"); 91 91 const Bool_t kDebugEnv = arg.HasOnlyAndRemove("--debug-env"); 92 92 … … 94 94 const Bool_t kBatch = arg.HasOnlyAndRemove("-b"); 95 95 const Bool_t kOverwrite = arg.HasOnlyAndRemove("-f"); 96 const Bool_t kForceExec = arg.HasOnlyAndRemove("-ff");96 //const Bool_t kForceExec = arg.HasOnlyAndRemove("-ff"); 97 97 const Bool_t kIsMC = arg.HasOnlyAndRemove("-mc"); 98 98 … … 148 148 // Process print options 149 149 // 150 /* 150 151 MDirIter iter; 151 152 … … 178 179 if (kPrintOnly) 179 180 return 0; 181 */ 180 182 181 183 //
Note:
See TracChangeset
for help on using the changeset viewer.