aboutsummaryrefslogtreecommitdiff
path: root/unit_label.h
diff options
context:
space:
mode:
Diffstat (limited to 'unit_label.h')
-rw-r--r--unit_label.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/unit_label.h b/unit_label.h
index 7fe1f2b..8f6220c 100644
--- a/unit_label.h
+++ b/unit_label.h
@@ -1,5 +1,8 @@
struct unit_label {
- double lower_bound;
+ /* number of times this unit fits into the immediate larger one */
+ double count;
+
+ /* label for the unit*/
char *label;
};