#ifndef _H_I3_QUADRATIC_TEST_DEFINITION #define _H_I3_QUADRATIC_TEST_DEFINITION #include "i3_global.h" #define HAVE_QUADRATIC_TEST_MODEL /* This file is automatically generated. Edit the corresponding python file to change it.*/ typedef struct i3_quadratic_test_parameter_set { i3_flt x1; /* Center of gaussian in dimension 1 */ i3_flt x2; /* Center of gaussian in dimension 2 */ i3_flt x3; /* Center of gaussian in dimension 3 */ i3_flt x4; /* Center of gaussian in dimension 4 */ i3_flt x5[3]; /* Unused test float parameter */ } i3_quadratic_test_parameter_set; #define i3_quadratic_test_nparam 5 #endif