From 5038c1d1ea22cf9b6f81f6a39029e39d205ba22d Mon Sep 17 00:00:00 2001 From: Guilherme Amadio <amadio@cern.ch> Date: Thu, 24 May 2018 09:12:59 +0200 Subject: [PATCH] Update function name to match tutorial name --- tutorials/dataframe/df001_introduction.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/dataframe/df001_introduction.C b/tutorials/dataframe/df001_introduction.C index de37d0f2a4f..bda76f55939 100644 --- a/tutorials/dataframe/df001_introduction.C +++ b/tutorials/dataframe/df001_introduction.C @@ -28,7 +28,7 @@ void fill_tree(const char *treeName, const char *fileName) .Snapshot(treeName, fileName); } -int tdf001_introduction() +int df001_introduction() { // We prepare an input tree to run on -- GitLab