Skip to content

Commit

Permalink
Update mcmc.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanwm committed Aug 23, 2024
1 parent a6f71a2 commit 361318a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcmc/mcmc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ void mcmc::ProposeStep() {
llh += syst_llh[s];

#ifdef DEBUG
if (debug) debugFile << "LLH after " << systematics[stdIt]->getName() << " " << llh << std::endl;
if (debug) debugFile << "LLH after " << systematics[s]->getName() << " " << llh << std::endl;
#endif
}

Expand Down

0 comments on commit 361318a

Please sign in to comment.