Skip to content
Snippets Groups Projects
Commit 01ad542c authored by Rene Brun's avatar Rene Brun
Browse files

TFumili was printing the EDM with a negative value. Print a positive value.

git-svn-id: http://root.cern.ch/svn/root/trunk@7617 27541ba8-7e3a-0410-8455-c3a389f83636
parent 18c7d6b3
No related branches found
No related tags found
No related merge requests found
// @(#)root/fumili:$Name: $:$Id: TFumili.cxx,v 1.12 2003/08/08 17:28:29 brun Exp $
// @(#)root/fumili:$Name: $:$Id: TFumili.cxx,v 1.13 2003/09/03 06:08:34 brun Exp $
// Author: Stanislav Nesterov 07/05/2003
//______________________________________________________________________________
......@@ -1483,7 +1483,7 @@ void TFumili::PrintResults(Int_t ikode,Double_t p) const
if(fENDFLG<1)Printf((const char*)xsexpl.Data());
Printf(" FCN=%g FROM FUMILI STATUS=%-10s %9d CALLS OF FCN",
p,ExitStatus.Data(),fNfcn);
Printf(" EDM=%g ",fGT);
Printf(" EDM=%g ",-fGT);
Printf(" EXT PARAMETER %-14s%-14s%-14s",
(const char*)colhdu[0].Data()
,(const char*)colhdu[1].Data()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment