Ignore:
Timestamp:
10/22/18 20:50:24 (6 years ago)
Author:
tbretz
Message:
Fixed some minor issues with the cling based interpreter - this should not have any effect at runtime maybe except stability
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/fact/analysis/star_file.C

    r18578 r19266  
    277277    // ============================================================
    278278
    279     TFile *ofile = gROOT->GetListOfFiles()->FindObject(fname);
     279    TFile *ofile = (TFile*)gROOT->GetListOfFiles()->FindObject(fname);
    280280    if (!ofile || !ofile->IsOpen() || ofile->IsZombie())
    281281    {
Note: See TracChangeset for help on using the changeset viewer.