- Drop patches accepted upstream
- Drop previously backported patches
- Drop obsolete patches
- Enable hadoop/hdfs support for all architectures
* libhdfs is now available for more architectures than ix86 and x86_64
- Enable building on aarch64
- Rename the python packages to python2-root and python3-root
- New sub-packages: python{2,3}-jupyroot, python{2,3}-jsmva
- Dropped sub-package: root-rootaas (replaced by python{2,3}-jupyroot)
15 lines
342 B
Diff
15 lines
342 B
Diff
diff --git a/tutorials/graphs/zdemo.C b/tutorials/graphs/zdemo.C
|
|
index 15257ce..0364123 100644
|
|
--- a/tutorials/graphs/zdemo.C
|
|
+++ b/tutorials/graphs/zdemo.C
|
|
@@ -25,6 +25,10 @@
|
|
#include "TGraph.h"
|
|
#include "TFrame.h"
|
|
|
|
+#ifdef HZ
|
|
+#undef HZ
|
|
+#endif
|
|
+
|
|
const Int_t NMAX = 20;
|
|
Int_t NLOOP;
|
|
Float_t Z[NMAX], HZ[NMAX], PT[NMAX], INVSIG[NMAX];
|