PaGMO  1.1.5
hv4d_cpp_original/hv.h
1 #ifndef PAGMO_UTIL_HV_ALGORITHM_HV4D_CPP_WRAPPER_HV_H
2 #define PAGMO_UTIL_HV_ALGORITHM_HV4D_CPP_WRAPPER_HV_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 extern int stop_dimension;
9 double guerreiro_hv4d(double *data, int n, const double *ref);
10 
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 #endif