From be5891328d010e810df27802e7b90d410244837a Mon Sep 17 00:00:00 2001
From: nicolas <nicolas@nptool>
Date: Fri, 1 Feb 2013 12:40:16 +0000
Subject: [PATCH]  * Remove double declaration of variable

---
 NPLib/Physics/NPBeam.cxx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/NPLib/Physics/NPBeam.cxx b/NPLib/Physics/NPBeam.cxx
index dc09f66d1..ac387d8f6 100644
--- a/NPLib/Physics/NPBeam.cxx
+++ b/NPLib/Physics/NPBeam.cxx
@@ -110,7 +110,6 @@ void Beam::ReadConfigurationFile(string Path){
   bool check_AllEnergy = false;
   bool check_AllEmittance = false;
   
-  ifstream ReactionFile;
   string GlobalPath = getenv("NPTOOL");
   string StandardPath = GlobalPath + "/Inputs/EventGenerator/" + Path;
   ReactionFile.open(StandardPath.c_str());
-- 
GitLab