Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
BAORadio
AnaPAON4
Commits
09f7aabf
Commit
09f7aabf
authored
Feb 19, 2019
by
Reza ANSARI
Browse files
Correction bug decodage argument -doblf ds trkacxfit.cc , Reza 19/02/2019
parent
48d5e7b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
trkacxfit.cc
trkacxfit.cc
+1
-1
No files found.
trkacxfit.cc
View file @
09f7aabf
...
...
@@ -215,7 +215,7 @@ int decode_args(int narg, char* arg[])
fggaussbeam
=
false
;
arg
++
;
narg
--
;
lastargs
.
clear
();
}
else
if
(
fbo
==
"-doblf"
)
{
// Use Non gaussian beam
do_baselinefit
=
fals
e
;
arg
++
;
narg
--
;
lastargs
.
clear
();
do_baselinefit
=
tru
e
;
arg
++
;
narg
--
;
lastargs
.
clear
();
}
else
if
(
fbo
==
"-inp"
)
{
// output file name
if
(
narg
<
2
)
{
cout
<<
"trkacxfit/decode_args missing/bad argument, -h for help "
<<
endl
;
return
-
1
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment