From d4b63dfe09b5055ce5b76e01a86048d6436c692d Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Wed, 8 Dec 2010 11:30:05 +0000
Subject: [PATCH] Force the tutorial to be run with ACLIC. This is required
 when executing the tutorial with the new version of MakeTutorials.

git-svn-id: http://root.cern.ch/svn/root/trunk@37391 27541ba8-7e3a-0410-8455-c3a389f83636
---
 tutorials/tree/tree2a.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorials/tree/tree2a.C b/tutorials/tree/tree2a.C
index 67b487be3f7..d61cdc658ea 100644
--- a/tutorials/tree/tree2a.C
+++ b/tutorials/tree/tree2a.C
@@ -7,7 +7,7 @@
 #include "TRandom.h"
 #include "TCanvas.h"
 
-// This example is the same as tree2.C, but uses a class instead of a C-struct.
+//+ This example is the same as tree2.C, but uses a class instead of a C-struct.
 // In this example, we are mapping a class to one of the Geant3
 // common blocks /gctrak/. In the real life, this common will be filled
 // by Geant3 at each step and only the Tree Fill function should be called.
-- 
GitLab