Ignore:
Timestamp:
11/10/05 10:12:01 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mjobs
Files:
2 edited

Legend:

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

    r7380 r7389  
    421421                line.Remove(i--, 1);
    422422
    423         if (fNameSource!=line(0, fNameSource.Length()))
     423        const Ssiz_t s = line.First(',');
     424        if (s<0 || fNameSource!=line(0, s))
    424425            continue;
    425426
  • trunk/MagicSoft/Mars/mjobs/MJCut.cc

    r7349 r7389  
    452452            return kFALSE;
    453453        plist.AddToList(&source);
    454         *fLog << inf << "Using Source Position: " << source.GetTitle() << endl;
     454        *fLog << inf << "Using Source Position: ";
     455        source.Print("RaDec");
    455456    }
    456457    else
Note: See TracChangeset for help on using the changeset viewer.