diff src/parallel_execution/generate_context.pl @ 352:3e01e963eb2d

Fix compile error for calc example but not work
author Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp>
date Fri, 16 Jun 2017 16:29:27 +0900
parents 54bfd016ad88
children 45afe5d70956
line wrap: on
line diff
--- a/src/parallel_execution/generate_context.pl	Thu Jun 08 15:44:39 2017 +0900
+++ b/src/parallel_execution/generate_context.pl	Fri Jun 16 16:29:27 2017 +0900
@@ -108,6 +108,7 @@
         if (/struct (\w+) \{/) {
             $dataGear{$1} = $1;
         }
+        $dataGear{"Context"} = "Context";
     }
 }