Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nptool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
np
nptool
Commits
389d747c
Commit
389d747c
authored
12 years ago
by
matta
Browse files
Options
Downloads
Patches
Plain Diff
* 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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
NPSimulation/src/DetectorConstruction.cc
+4
-2
4 additions, 2 deletions
NPSimulation/src/DetectorConstruction.cc
with
4 additions
and
2 deletions
NPSimulation/src/DetectorConstruction.cc
+
4
−
2
View file @
389d747c
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment