Skip to content

Commit 6a5d26f

Browse files
committed
Add brackets for verbose blocks
1 parent 6f9b23c commit 6a5d26f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

singlePopMcmc/MpiMcmcApplication.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,9 @@ void MpiMcmcApplication::stage3Burnin(Chain<Cluster>& chain, std::function<void(
530530
chain.run(AdaptiveMcmcStage::AdaptiveMainRun, proposalFunc, logPostFunc, checkPriors, settings.singlePopMcmc.stage3Iter);
531531

532532
if ( settings.verbose )
533+
{
533534
cout << " Preliminary acceptanceRatio = " << chain.acceptanceRatio() << endl;
535+
}
534536

535537
if ( settings.veryVerbose )
536538
{
@@ -649,7 +651,9 @@ int MpiMcmcApplication::run()
649651
}
650652
}
651653
else
654+
{
652655
cout << "Ended after burnin due to `--stopAfterBurnin`" << endl;
656+
}
653657

654658
return 0;
655659
}

0 commit comments

Comments
 (0)