Ignore:
Timestamp:
02/15/05 19:06:08 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MReadMarsFile.cc

    r5340 r6503  
    4747
    4848#include "MRawRunHeader.h"
    49 #include "MStatusDisplay.h"
    5049
    5150#include "MMcRunHeader.hxx"
     
    195194        *fLog << warn << "Warning - You are mixing files with different run types (";
    196195        *fLog << runtype << ", " << rawheader->GetRunType() << ")" << endl;
    197     }
    198 
    199     if (fDisplay)
    200     {
    201         TString txt = GetFileName();
    202         txt += " @ ";
    203         txt += GetNumEntry()-1;
    204         fDisplay->SetStatusLine2(txt);
    205196    }
    206197
Note: See TracChangeset for help on using the changeset viewer.