diff src/parallel_execution/plautogen/interface/LoopCounter.h @ 570:1233236c244d

autogen DetaGears
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sun, 24 Nov 2019 22:54:35 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/parallel_execution/plautogen/interface/LoopCounter.h	Sun Nov 24 22:54:35 2019 +0900
@@ -0,0 +1,3 @@
+typedef struct LoopCounter <Type, Impl> {
+  int i;
+} LoopCounter;