Author: vm069
Date: Thu Jun 12 16:21:30 2014
New Revision: 9572

URL: http://svn.gna.org/viewcvs/service-tech?rev=9572&view=rev
Log:
fixed interfering tscc liveness -> covergraph

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=9572&r1=9571&r2=9572&view=diff
==============================================================================
--- trunk/lola2/src/Planning/Task.cc    (original)
+++ trunk/lola2/src/Planning/Task.cc    Thu Jun 12 16:21:30 2014
@@ -355,18 +355,18 @@
     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?
+                //TODO shouldent this be placed elsewhere?
         if (RT::args.search_arg == search_arg_covergraph)
         {
             TheFormula = TheFormula->rewrite(kc::singletemporal);
             TheFormula = TheFormula->rewrite(kc::booleanlists);
             break;
         }
+        else if (!RT::args.tscc_flag)
+        {
+            formulaType=FORMULA_CTL;
+        }
+
         break;
     case (FORMULA_EGAGEF):
         RT::rep->status("checking EGAGEF");


-- 
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