Skip to content
Snippets Groups Projects
Commit 389d747c authored by matta's avatar matta
Browse files

* removing warning in case Helios is not compile in the NPL

parent 79da9551
No related branches found
No related tags found
No related merge requests found
......@@ -174,7 +174,6 @@ void DetectorConstruction::ReadConfigurationFile(string Path){
string DataBuffer;
// needed for Magnetic field
double Bz=0.;
bool cAddThinSi = false;
bool cComptonTelescope = false;
......@@ -192,8 +191,11 @@ void DetectorConstruction::ReadConfigurationFile(string Path){
bool cShield = false;
bool cW1 = false;
bool cHelios = false;
bool check_MField = false;
#ifdef INC_HELIOS
bool check_MField = false;
double Bz=0.;
#endif
int VerboseLevel = NPOptionManager::getInstance()->GetVerboseLevel();
ifstream ConfigFile;
......
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