From d1228692bcecacd2a885593e72a889ab77f5105a Mon Sep 17 00:00:00 2001 From: Rene Brun <Rene.Brun@cern.ch> Date: Thu, 30 Oct 2003 16:44:19 +0000 Subject: [PATCH] Remove an empty line in TMinuit::mnstat preventing to generate the doc of this function (thanks Paul Balm) git-svn-id: http://root.cern.ch/svn/root/trunk@7499 27541ba8-7e3a-0410-8455-c3a389f83636 --- minuit/src/TMinuit.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/minuit/src/TMinuit.cxx b/minuit/src/TMinuit.cxx index dc66aebd980..a01cd249369 100644 --- a/minuit/src/TMinuit.cxx +++ b/minuit/src/TMinuit.cxx @@ -1,4 +1,4 @@ -// @(#)root/minuit:$Name: $:$Id: TMinuit.cxx,v 1.35 2003/09/18 10:16:21 brun Exp $ +// @(#)root/minuit:$Name: $:$Id: TMinuit.cxx,v 1.36 2003/09/19 08:08:14 brun Exp $ // Author: Rene Brun, Frederick James 12/08/95 /************************************************************************* @@ -7555,7 +7555,6 @@ L90: //______________________________________________________________________________ void TMinuit::mnstat(Double_t &fmin, Double_t &fedm, Double_t &errdef, Int_t &npari, Int_t &nparx, Int_t &istat) { - //*-*-*-*-*Returns concerning the current status of the minimization*-*-*-*-* //*-* ========================================================= //*-* User-called -- GitLab