summaryrefslogtreecommitdiff
path: root/hadamard_pt.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'hadamard_pt.hpp')
-rw-r--r--hadamard_pt.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/hadamard_pt.hpp b/hadamard_pt.hpp
index 593f1f2..724393f 100644
--- a/hadamard_pt.hpp
+++ b/hadamard_pt.hpp
@@ -14,12 +14,6 @@ public:
virtual void after_step(bool, unsigned, double, double, const MCMC&, const MCMC&){};
};
-typedef struct range {
- double β0;
- double β1;
- unsigned N;
-} range;
-
class PT {
private:
Rng rng;