Skip to content

Commit e8baa2b

Browse files
committed
Formating
1 parent 3a4aa7a commit e8baa2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roofit/roofitcore/src/RooMinimizer.cxx

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

1012-
10131012
coutI(Minimization) << "All NLL Values per Combination:" << std::endl;
10141013
for (const auto &entry : nllMap) {
10151014
const auto &combo = entry.first;

0 commit comments

Comments
 (0)