diff regexParser/main.cc @ 249:9493800265a8

remove SCValue(not all remove)
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Sat, 23 Jan 2016 12:34:50 +0900
parents 4aab1e93a971
children 6a6546a753cf
line wrap: on
line diff
--- a/regexParser/main.cc	Fri Jan 22 20:09:42 2016 +0900
+++ b/regexParser/main.cc	Sat Jan 23 12:34:50 2016 +0900
@@ -46,8 +46,7 @@
         }
     } else if (subset)  {
         tgv = generateTransitionList(n);
-        SCValue scv = createSCValue(tgv);
-        subsetConstruction(scv);   // Determinization
+        subsetConstruction(tgv.tg);   // Determinization
         printState(tgv.tg);
         if (generateSequentialSearch) {
             exportState(tgv.tg);