summaryrefslogtreecommitdiff
path: root/hadamard_mcmc.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'hadamard_mcmc.hpp')
-rw-r--r--hadamard_mcmc.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadamard_mcmc.hpp b/hadamard_mcmc.hpp
index 145454b..eab9916 100644
--- a/hadamard_mcmc.hpp
+++ b/hadamard_mcmc.hpp
@@ -148,11 +148,11 @@ typedef enum {
class MCMC {
private:
- randutils::mt19937_rng rng;
Measurement& A;
double θ0;
public:
+ randutils::mt19937_rng rng;
double β;
double E;
Orthogonal M;