Skip to content
Snippets Groups Projects
Commit be589132 authored by nicolas's avatar nicolas
Browse files

* Remove double declaration of variable

parent 7c3331d7
No related branches found
No related tags found
No related merge requests found
......@@ -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());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment