summate.c: join_compatible: use isl_space_has_equal_params
[barvinok.git] / barvinok_ehrhart_options.h
bloba3f38fc82adb0ccd0f92f870aea095917e54a9f8
1 #include <isl/arg.h>
2 #include "evalue_convert.h"
4 #if defined(__cplusplus)
5 extern "C" {
6 #endif
8 struct ehrhart_options {
9 int series;
10 struct barvinok_options *barvinok;
11 struct convert_options *convert;
14 ISL_ARG_DECL(ehrhart_options, struct ehrhart_options, ehrhart_options_args)
16 #if defined(__cplusplus)
18 #endif