diff options
author | Thomas White <taw@physics.org> | 2010-07-13 14:36:43 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:53 +0100 |
commit | 864acfc1096a75478c792289cc178e8d345fc689 (patch) | |
tree | e70066cf59196b580911c7042651ecd0323b86e4 /src/utils.h | |
parent | dcdc5ea10c6525434bb2058fbc09e0159c8fcba5 (diff) |
Take the union of available twin ops, not just the subgroup with the highest number
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h index 46ce51a6..a7433d28 100644 --- a/src/utils.h +++ b/src/utils.h @@ -199,7 +199,7 @@ extern int find_item(ReflItemList *items, extern struct refl_item *get_item(ReflItemList *items, int i); extern int num_items(const ReflItemList *items); extern unsigned int *items_to_counts(ReflItemList *items); - +extern void union_op_items(ReflItemList *items, ReflItemList *newi); /* ------------------------------ Message macros ---------------------------- */ |