Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
old_macaon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Franck Dary
old_macaon
Commits
d92e5f0f
Commit
d92e5f0f
authored
5 years ago
by
Franck Dary
Browse files
Options
Downloads
Patches
Plain Diff
Deleted useless program argument
parent
c382de25
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
maca_common/src/macaon_compute_l_rules.cpp
+0
-2
0 additions, 2 deletions
maca_common/src/macaon_compute_l_rules.cpp
with
0 additions
and
2 deletions
maca_common/src/macaon_compute_l_rules.cpp
+
0
−
2
View file @
d92e5f0f
...
@@ -40,7 +40,6 @@ po::options_description getOptionsDescription()
...
@@ -40,7 +40,6 @@ po::options_description getOptionsDescription()
po
::
options_description
opt
(
"Optional"
);
po
::
options_description
opt
(
"Optional"
);
opt
.
add_options
()
opt
.
add_options
()
(
"help,h"
,
"Produce this help message"
)
(
"help,h"
,
"Produce this help message"
)
(
"strict,s"
,
"TODO : find what it does"
)
(
"debug,d"
,
"Print infos on stderr"
);
(
"debug,d"
,
"Print infos on stderr"
);
desc
.
add
(
req
).
add
(
opt
);
desc
.
add
(
req
).
add
(
opt
);
...
@@ -143,7 +142,6 @@ int main(int argc, char * argv[])
...
@@ -143,7 +142,6 @@ int main(int argc, char * argv[])
std
::
string
exceptionsFilename
=
vm
[
"exceptions"
].
as
<
std
::
string
>
();
std
::
string
exceptionsFilename
=
vm
[
"exceptions"
].
as
<
std
::
string
>
();
std
::
string
rulesFilename
=
vm
[
"rules"
].
as
<
std
::
string
>
();
std
::
string
rulesFilename
=
vm
[
"rules"
].
as
<
std
::
string
>
();
int
threshold
=
vm
[
"threshold"
].
as
<
int
>
();
int
threshold
=
vm
[
"threshold"
].
as
<
int
>
();
bool
strict
=
vm
.
count
(
"strict"
)
==
0
?
false
:
true
;
bool
debug
=
vm
.
count
(
"debug"
)
==
0
?
false
:
true
;
bool
debug
=
vm
.
count
(
"debug"
)
==
0
?
false
:
true
;
File
fplm
(
fplmFilename
,
"r"
);
File
fplm
(
fplmFilename
,
"r"
);
...
...
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