Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
3fa9817e
Commit
3fa9817e
authored
Aug 28, 2017
by
Mathieu Giraud
Browse files
algo/vidjil.cpp: we finally understand -u/-uu/-uuu
Reverts
c6fbe30a
after a joint discussion.
parent
96fc2148
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/vidjil.cpp
View file @
3fa9817e
...
...
@@ -630,9 +630,9 @@ int main (int argc, char **argv)
break
;
case
'u'
:
output_unsegmented
_detail_full
=
output_unsegmented_detail
;
// -uuu
output_unsegmented_detail
=
output_unsegmented
;
// -uu
output_unsegmented
=
true
;
// -u
output_unsegmented
=
output_unsegmented_detail
_full
;
// -uuu
output_unsegmented_detail
_full
=
output_unsegmented
_detail
;
// -uu
output_unsegmented
_detail
=
true
;
// -u
break
;
case
'U'
:
output_segmented
=
true
;
...
...
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