From fc8e263f7298b20f1281ff01c1d244d3fb1aac9b Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 5 Feb 2020 12:18:47 -0500 Subject: removed unused range type --- hadamard_pt.hpp | 6 ------ 1 file changed, 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; -- cgit v1.2.3-54-g00ecf