[root] / trunk / hist / hist / src / TMultiGraph.cxx Repository:
ViewVC logotype

Diff of /trunk/hist/hist/src/TMultiGraph.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5552, Wed Nov 6 21:16:43 2002 UTC revision 6639, Fri May 16 13:12:07 2003 UTC
# Line 1  Line 1 
1  // @(#)root/graf:$Name:  $:$Id: TMultiGraph.cxx,v 1.10 2002/07/15 15:03:38 brun Exp $  // @(#)root/graf:$Name:  $:$Id: TMultiGraph.cxx,v 1.11 2002/11/06 21:16:43 brun Exp $
2  // Author: Rene Brun   12/10/2000  // Author: Rene Brun   12/10/2000
3    
4  /*************************************************************************  /*************************************************************************
# Line 86  Line 86 
86  void TMultiGraph::Add(TGraph *graph, Option_t *chopt)  void TMultiGraph::Add(TGraph *graph, Option_t *chopt)
87  {  {
88     // add a new graph to the list of graphs     // add a new graph to the list of graphs
89       // note that the graph is now owned by the TMultigraph.
90       // Deleting the TMultiGraph object will automatically delete the graphs.
91       // You should not delete the graphs when the TMultigraph is still active.
92    
93     if (!fGraphs) fGraphs = new TList();     if (!fGraphs) fGraphs = new TList();
94     graph->SetBit(kMustCleanup);     graph->SetBit(kMustCleanup);

Legend:
Removed from v.5552  
changed lines
  Added in v.6639

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9