Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
be441825
Commit
be441825
authored
Feb 05, 2016
by
Alexandre Duret-Lutz
Browse files
* spot/twaalgos/dot.cc: Rename a variable.
parent
348f7cce
Changes
1
Hide whitespace changes
Inline
Side-by-side
spot/twaalgos/dot.cc
View file @
be441825
...
...
@@ -70,7 +70,7 @@ namespace spot
bool
opt_bullet
=
false
;
bool
opt_bullet_but_buchi
=
false
;
bool
opt_all_bullets
=
false
;
bool
opt_
numb
ered_
trans
=
false
;
bool
opt_
ord
ered_
edges_
=
false
;
bool
opt_want_state_names_
=
true
;
unsigned
opt_shift_sets_
=
0
;
std
::
string
opt_font_
;
...
...
@@ -206,7 +206,7 @@ namespace spot
opt_name_
=
false
;
break
;
case
'o'
:
opt_
numb
ered_
trans
=
true
;
opt_
ord
ered_
edges_
=
true
;
break
;
case
'r'
:
opt_html_labels_
=
true
;
...
...
@@ -550,7 +550,7 @@ namespace spot
}
os_
<<
'>'
;
}
if
(
opt_
numb
ered_
trans
)
if
(
opt_
ord
ered_
edges_
)
os_
<<
", taillabel=
\"
"
<<
number
<<
'"'
;
if
(
highlight_edges_
)
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment