From 173e100a4136ccf39848e01fa8d070570ce08131 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 18 Jul 2012 15:28:36 +0200 Subject: [PATCH] ltl2tgba.html: Draw a run by default, don't print it. * wrap/python/ajax/ltl2tgba.html, wrap/python/ajax/spot.in: Here. --- wrap/python/ajax/ltl2tgba.html | 4 ++-- wrap/python/ajax/spot.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wrap/python/ajax/ltl2tgba.html b/wrap/python/ajax/ltl2tgba.html index 81c02f05a..daa2ab783 100644 --- a/wrap/python/ajax/ltl2tgba.html +++ b/wrap/python/ajax/ltl2tgba.html @@ -522,11 +522,11 @@ an identifier: aUb is an atomic proposition, unlike
then


diff --git a/wrap/python/ajax/spot.in b/wrap/python/ajax/spot.in index b78365307..4473f52f1 100755 --- a/wrap/python/ajax/spot.in +++ b/wrap/python/ajax/spot.in @@ -693,7 +693,7 @@ if output_type == 'r': print_acc_run = False draw_acc_run = False - s = form.getfirst('rf', 'p') + s = form.getfirst('rf', 'd') if s == 'p': print_acc_run = True elif s == 'd':