From: Arnaud Giersch Date: Thu, 23 Nov 2017 20:23:54 +0000 (+0100) Subject: Extern "C" is not needed anymore here. X-Git-Tag: v3.18~247 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3de3abdac93bc1f1db2415d1f50c94938a298071 Extern "C" is not needed anymore here. --- diff --git a/src/include/surf/maxmin.hpp b/src/include/surf/maxmin.hpp index 6325d078f0..68f3f40c66 100644 --- a/src/include/surf/maxmin.hpp +++ b/src/include/surf/maxmin.hpp @@ -147,8 +147,6 @@ static inline int double_equals(double value1, double value2, double precision) return (fabs(value1 - value2) < precision); } -extern "C" { - /** @{ @ingroup SURF_lmm */ /** * @brief Create a new Linear MaxMim system @@ -440,6 +438,5 @@ XBT_PUBLIC(double) func_vegas_fp(lmm_variable_t var, double x); XBT_PUBLIC(double) func_vegas_fpi(lmm_variable_t var, double x); /** @} */ -} #endif