[lbtt] Accept W and M in lbtt-translate --spot.

* src/SpotWrapper.cc: Translate W and M operators.
This commit is contained in:
Alexandre Duret-Lutz 2010-04-07 10:26:19 +02:00
parent 60dbeb1128
commit 35a57c6dff
2 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2010-04-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Accept W and M in lbtt-translate --spot.
* src/SpotWrapper.cc: Translate W and M operators.
2010-01-22 Alexandre Duret-Lutz <adl@lrde.epita.fr> 2010-01-22 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Let "make dvi" work on Ubuntu. Let "make dvi" work on Ubuntu.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2003, 2004 * Copyright (C) 2003, 2004, 2010
* Heikki Tauriainen <Heikki.Tauriainen@tkk.fi> * Heikki Tauriainen <Heikki.Tauriainen@tkk.fi>
* *
* Derived from SpinWrapper.cc by Alexandre Duret-Lutz <adl@src.lip6.fr>. * Derived from SpinWrapper.cc by Alexandre Duret-Lutz <adl@src.lip6.fr>.
@ -88,8 +88,8 @@ void SpotWrapper::translateFormula
BinaryOperatorInfixWriter<SPOT_XOR>, BinaryOperatorInfixWriter<SPOT_XOR>,
BinaryOperatorInfixWriter<LtlUntil::infix_symbol>, BinaryOperatorInfixWriter<LtlUntil::infix_symbol>,
BinaryOperatorInfixWriter<LtlV::infix_symbol>, BinaryOperatorInfixWriter<LtlV::infix_symbol>,
WriterErrorReporter, BinaryOperatorInfixWriter<LtlWeakUntil::infix_symbol>,
WriterErrorReporter, BinaryOperatorInfixWriter<LtlStrongRelease::infix_symbol>,
WriterErrorReporter> WriterErrorReporter>
fw(estream); fw(estream);