diff paper/src/akashaContext.h @ 100:ebe838b83ada

Self review
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Sun, 12 Feb 2017 11:52:20 +0900
parents 243d8dc4a292
children
line wrap: on
line diff
--- a/paper/src/akashaContext.h	Sun Feb 12 11:13:08 2017 +0900
+++ b/paper/src/akashaContext.h	Sun Feb 12 11:52:20 2017 +0900
@@ -1,7 +1,7 @@
 // Data Segment
 union Data {
-    struct Tree { /* ... */ } tree;
-    struct Node { /* ... */ } node;
+    struct Tree { /* ... 赤黒木の定義と同様 */ } tree;
+    struct Node { /* ... 赤黒木の定義と同様 */ } node;
 
     /* for verification */
     struct IterElem {