Skip to content
GitLab
Menu
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
bd9e42dd
Commit
bd9e42dd
authored
Aug 20, 2012
by
Thomas Badie
Committed by
Alexandre Duret-Lutz
Aug 21, 2012
Browse files
* bench/ltl2tgba/lbtt2csv.pl: Fix a bug when using big.log.
parent
a0cce105
Changes
1
Hide whitespace changes
Inline
Side-by-side
bench/ltl2tgba/lbtt2csv.pl
View file @
bd9e42dd
...
...
@@ -94,10 +94,14 @@ sub work_on_whole_round($)
{
my
(
$round
)
=
@_
;
$round
=~
s/ parse tree.*?\n//ms
;
$round
=~
/.*?\n\s+formula:\s+(.*?)\n/ms
;
my
$formula
=
$
1
;
$round
=
$'
;
#'
$round
=~
s{\n\n(.*?)(?=\n\n)}<
work_on_algorithm ($1, $formula);
>gse
;
...
...
Write
Preview
Supports
Markdown
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