Ignore:
Timestamp:
08/05/11 16:26:59 (13 years ago)
Author:
tbretz
Message:
Reordered some code to get rid of some root warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/FactGui.h

    r11796 r11798  
    13391339
    13401340        TH1S hd("", "", imax-imin+1, imin-0.5, imax+0.5);
     1341        hd.SetDirectory(0);
    13411342        TH1S h0("", "", imax-imin+1, imin-0.5, imax+0.5);
     1343        h0.SetDirectory(0);
    13421344        TH1S h1("", "", imax-imin+1, imin-0.5, imax+0.5);
     1345        h1.SetDirectory(0);
    13431346        TH1S h2("", "", imax-imin+1, imin-0.5, imax+0.5);
    1344         hd.SetDirectory(0);
    1345         h0.SetDirectory(0);
    1346         h1.SetDirectory(0);
    13471347        h2.SetDirectory(0);
    13481348        hd.SetLineColor(h->GetLineColor());
Note: See TracChangeset for help on using the changeset viewer.