[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 15740, Sat Jul 8 20:28:08 2006 UTC revision 16279, Fri Sep 15 15:16:57 2006 UTC
# Line 1  Line 1 
1  // @(#)root/graf:$Name:  $:$Id: TMultiGraph.cxx,v 1.32 2006/07/03 16:10:45 brun Exp $  // @(#)root/graf:$Name:  $:$Id: TMultiGraph.cxx,v 1.33 2006/07/08 20:28:08 brun Exp $
2  // Author: Rene Brun   12/10/2000  // Author: Rene Brun   12/10/2000
3    
4  /*************************************************************************  /*************************************************************************
# Line 523  Line 523 
523    
524     if (linear){     if (linear){
525        if (fitOption.Robust)        if (fitOption.Robust)
526           grFitter->ExecuteCommand("FitMultiGraph", &h, 0);           fitResult = grFitter->ExecuteCommand("FitMultiGraph", &h, 0);
527        else        else
528           grFitter->ExecuteCommand("FitMultiGraph", 0, 0);           fitResult = grFitter->ExecuteCommand("FitMultiGraph", 0, 0);
529     } else {     } else {
530    
531        //Int_t special = f1->GetNumber();        //Int_t special = f1->GetNumber();

Legend:
Removed from v.15740  
changed lines
  Added in v.16279

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9