test_bound.c: verify_point: use isl_val
[barvinok.git] / barvinok_ehrhart_options.h
blobccd5b020fbf9bb659e7a15ada0d4aa872d0c427b
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_arg)
16 #if defined(__cplusplus)
18 #endif