From: Wolfgang Bangerth Date: Fri, 2 Sep 2022 13:55:10 +0000 (-0600) Subject: Fix a comment that was never right. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d58bc529206c463db84f60461a7185128faa15e;p=code-gallery.git Fix a comment that was never right. --- diff --git a/MCMC-Laplace/Readme.md b/MCMC-Laplace/Readme.md index 4d986af..8a5afd7 100644 --- a/MCMC-Laplace/Readme.md +++ b/MCMC-Laplace/Readme.md @@ -200,7 +200,7 @@ to get an idea of what the program does. For real simulations, such as those discussed in the paper referenced at the top, one of course wants to have many many more samples; if you select `testing = false` at the top of `main()`, the program will create -250*60*60*24*30=648,000,000 samples, which will take around a month to +100,000,000 samples, which will take around a day and a half to run in release mode. That may be more than you've bargained for, but you can always terminate the program, or just select a smaller number of samples at the bottom of `main()`.