Skip to content
Snippets Groups Projects
Commit c3b0c09f authored by Rene Brun's avatar Rene Brun
Browse files

From Bertrand:

Use correct file name (cernstaff.root instead of staff.root)


git-svn-id: http://root.cern.ch/svn/root/trunk@31877 27541ba8-7e3a-0410-8455-c3a389f83636
parent 802c4a1a
No related merge requests found
......@@ -69,10 +69,10 @@ TableTest::TableTest(const TGWindow *p, UInt_t ntrows, UInt_t ntcols,
DontCallClose() ;
// Open root file for the tree
fFile = new TFile("$ROOTSYS/tutorials/tree/staff.root");
fFile = new TFile("$ROOTSYS/tutorials/tree/cernstaff.root");
if (!fFile || fFile->IsZombie()) {
printf("Please run <ROOT location>/tutorials/tree/staff.C first.");
printf("Please run <ROOT location>/tutorials/tree/cernbuild.C first.");
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment