Author: vm069
Date: Thu Jun 12 15:57:56 2014
New Revision: 9569

URL: http://svn.gna.org/viewcvs/service-tech?rev=9569&view=rev
Log:
fixed the usage of CTL when checking liveness without --tscc

Modified:
    trunk/lola2/src/Planning/Task.cc

Modified: trunk/lola2/src/Planning/Task.cc
URL: 
http://svn.gna.org/viewcvs/service-tech/trunk/lola2/src/Planning/Task.cc?rev=9569&r1=9568&r2=9569&view=diff
==============================================================================
--- trunk/lola2/src/Planning/Task.cc    (original)
+++ trunk/lola2/src/Planning/Task.cc    Thu Jun 12 15:57:56 2014
@@ -355,6 +355,10 @@
     case (FORMULA_LIVENESS):
         RT::rep->status("checking liveness");
         RT::data["analysis"]["formula"]["type"] = "liveness";
+        if (!RT::args.tscc_flag)
+        {
+            formulaType=FORMULA_CTL;
+        }
 
         //TODO shouldent this be placed elsewhere?
         if (RT::args.search_arg == search_arg_covergraph)


-- 
You received this e-mail, because you subscribed the mailing list 
"service-tech-commits" which will forward you any e-mail addressed to 
[email protected]. If you want to unsubscribe or make any changes to 
your subscription, please go to
https://mail.gna.org/listinfo/service-tech-commits.

Reply via email to