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
70a6b70f
Commit
70a6b70f
authored
Aug 10, 2014
by
Alexandre Duret-Lutz
Browse files
* src/bin/dstar2tgba.cc: Do not try to enable utf-8 on automata.
parent
bbeae650
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dstar2tgba.cc
View file @
70a6b70f
...
...
@@ -32,7 +32,6 @@
#include
"common_post.hh"
#include
"ltlast/formula.hh"
#include
"tgba/tgbaexplicit.hh"
#include
"tgbaalgos/dotty.hh"
#include
"tgbaalgos/lbtt.hh"
#include
"tgbaalgos/neverclaim.hh"
...
...
@@ -315,17 +314,6 @@ namespace
const
double
prec
=
XTIME_PRECISION
;
const
double
conversion_time
=
(
after
-
before
)
/
prec
;
if
(
utf8
)
{
spot
::
tgba
*
a
=
const_cast
<
spot
::
tgba
*>
(
aut
);
if
(
spot
::
tgba_explicit_formula
*
tef
=
dynamic_cast
<
spot
::
tgba_explicit_formula
*>
(
a
))
tef
->
enable_utf8
();
else
if
(
spot
::
sba_explicit_formula
*
sef
=
dynamic_cast
<
spot
::
sba_explicit_formula
*>
(
a
))
sef
->
enable_utf8
();
}
switch
(
format
)
{
case
Dot
:
...
...
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