From 808e88b990f6ed7c57631c7f8d1d71579d9ddd64 Mon Sep 17 00:00:00 2001
From: carlocamilloni <carlo.camilloni@gmail.com>
Date: Fri, 6 Apr 2018 14:18:14 +0200
Subject: [PATCH] Analysis: removed unused variables

---
 src/analysis/Analysis.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/analysis/Analysis.h b/src/analysis/Analysis.h
index ed6f6d270..4457da732 100644
--- a/src/analysis/Analysis.h
+++ b/src/analysis/Analysis.h
@@ -55,12 +55,6 @@ private:
   unsigned freq;
 /// Number of data point we need to run analysis
   unsigned ndata;
-/// The temperature at which we are running the calculation
-  double simtemp;
-/// The temperature at which we want the histogram
-  double rtemp;
-/// Do we need the energy (are we reweighting at a different temperature)
-  bool needeng;
 /// The piece of data we are inserting
   unsigned idata;
 /// The weights of all the data points
-- 
GitLab