[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 11584, Thu Apr 14 06:52:09 2005 UTC revision 11600, Fri Apr 15 14:49:23 2005 UTC
# Line 1  Line 1 
1  // @(#)root/graf:$Name:  $:$Id: TMultiGraph.cxx,v 1.17 2005/03/04 09:29:59 brun Exp $  // @(#)root/graf:$Name:  $:$Id: TMultiGraph.cxx,v 1.18 2005/04/14 06:52:09 brun Exp $
2  // Author: Rene Brun   12/10/2000  // Author: Rene Brun   12/10/2000
3    
4  /*************************************************************************  /*************************************************************************
# Line 631  Line 631 
631     TListIter next(fGraphs);     TListIter next(fGraphs);
632     TObject *obj;     TObject *obj;
633     while ((obj = next())) {     while ((obj = next())) {
634        if (obj == gr) return next.GetOption();        if (obj == (TObject*)gr) return next.GetOption();
635     }     }
636     return "";     return "";
637  }  }

Legend:
Removed from v.11584  
changed lines
  Added in v.11600

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9