Skip to content
Snippets Groups Projects
Commit 7293bf21 authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* Fixing issue where output where randomly splited or not

        - The fIsSplit variable was not initialised to false
parent f3a6d2b2
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,7 @@ void NPOptionManager::ReadTheInputArgument(int argc, char** argv){
fRunToReadFileName = fDefaultRunToReadFileName;
fCalibrationFileName = fDefaultCalibrationFileName;
fG4MacroPath = fDefaultG4MacroPath;
fIsSplit = false;
fLastSimFile = false;
fLastPhyFile = false;
fLastResFile = false;
......
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