Skip to content
Snippets Groups Projects
Commit 4cf75b58 authored by Olivier Couet's avatar Olivier Couet
Browse files

The following macro entered an infinite loop:

{
   int x[10], y[10]; int i;
   for(i = 0; i < 10; i++) {x[i] = 10*i;y[i] = i;}
   TGraph *gr = new TGraph(10,x,y);
   gr->Draw("AL");  
   TPaveLabel *hello = new TPaveLabel(0.2,0.4,0.8,0.6,"Hello World");
   hello->Draw();
}


git-svn-id: http://root.cern.ch/svn/root/trunk@41003 27541ba8-7e3a-0410-8455-c3a389f83636
parent 92f8cf43
No related branches found
No related tags found
No related merge requests found
Loading
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