Skip to content

Commit

Permalink
DEBUF->DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
henry-wallace-phys authored Dec 2, 2024
1 parent f4a2dd9 commit 456d0b3
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 @@ -206,7 +206,7 @@ void mcmc::PrintProgress() {
cov->printNominalCurrProp();
}
}
#ifdef DEBUF
#ifdef DEBUG
if (debug) {
debugFile << "\n-------------------------------------------------------" << std::endl;
debugFile << "Step:\t" << step + 1 << "/" << chainLength << " | current: " << logLCurr << " proposed: " << logLProp << std::endl;
Expand Down

0 comments on commit 456d0b3

Please sign in to comment.