iucar / rpms / root

Forked from rpms/root 3 years ago
Clone
57e8c20
diff -ur root-5.34.19.orig/hist/histpainter/src/THistPainter.cxx root-5.34.19/hist/histpainter/src/THistPainter.cxx
57e8c20
--- root-5.34.19.orig/hist/histpainter/src/THistPainter.cxx	2014-07-09 16:50:16.000000000 +0200
57e8c20
+++ root-5.34.19/hist/histpainter/src/THistPainter.cxx	2014-07-26 23:01:20.083002118 +0200
57e8c20
@@ -2305,7 +2305,8 @@
57e8c20
    TH2Poly *p = new TH2Poly("USA","USA Population",lon1,lon2,lat1,lat2);
57e8c20
 
57e8c20
    TFile *f;
57e8c20
-   f = TFile::Open("http://root.cern.ch/files/usa.root");
57e8c20
+   // f = TFile::Open("http://root.cern.ch/files/usa.root");
57e8c20
+   f = TFile::Open("$(ROOTSYS)/tutorials/hist/usa.root");
57e8c20
 
57e8c20
    TMultiGraph *mg;
57e8c20
    TKey *key;