[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 11226, Fri Mar 4 09:06:37 2005 UTC revision 11231, Fri Mar 4 09:29:59 2005 UTC
# Line 1  Line 1 
1  // @(#)root/graf:$Name:  $:$Id: TMultiGraph.cxx,v 1.15 2004/12/27 15:42:36 brun Exp $  // @(#)root/graf:$Name:  $:$Id: TMultiGraph.cxx,v 1.16 2005/03/04 09:06:37 brun Exp $
2  // Author: Rene Brun   12/10/2000  // Author: Rene Brun   12/10/2000
3    
4  /*************************************************************************  /*************************************************************************
# Line 171  Line 171 
171  //  interface to TF1::Fit(TF1 *f1...  //  interface to TF1::Fit(TF1 *f1...
172    
173     char *linear;     char *linear;
174     linear=strstr(fname, "++");     linear= (char*)strstr(fname, "++");
175     TF1 *f1=0;     TF1 *f1=0;
176     if (linear)     if (linear)
177           f1=new TF1(fname, fname, xmin, xmax);           f1=new TF1(fname, fname, xmin, xmax);

Legend:
Removed from v.11226  
changed lines
  Added in v.11231

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9