Skip to content

Commit 3a4aa7a

Browse files
committed
More unneeded changes
1 parent 5d1f3d1 commit 3a4aa7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roofit/roofitcore/src/RooMinimizer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ bool RooMinimizer::fitFCN(const ROOT::Math::IMultiGenFunction &fcn)
10091009
FreezeDisconnectedParametersRAII freeze(this, *_fcn);
10101010
_minimizer->Minimize();
10111011

1012-
fBestIndices = bestIndices;
1012+
10131013
coutI(Minimization) << "All NLL Values per Combination:" << std::endl;
10141014
for (const auto &entry : nllMap) {
10151015
const auto &combo = entry.first;

0 commit comments

Comments
 (0)