view paper/src/type-ds.h @ 100:ebe838b83ada

Self review
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Sun, 12 Feb 2017 11:52:20 +0900
parents 623c90a21227
children
line wrap: on
line source

struct AkashaInfo {
    unsigned int minHeight;
    unsigned int maxHeight;
    struct AkashaNode* akashaNode;
};