X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ed37babb2fa9097abe82df299c0aa259ed84d5a..HEAD:/src/kernel/lmm/bmf.hpp?ds=sidebyside diff --git a/src/kernel/lmm/bmf.hpp b/src/kernel/lmm/bmf.hpp index f4f613a1e9..3bebff17d9 100644 --- a/src/kernel/lmm/bmf.hpp +++ b/src/kernel/lmm/bmf.hpp @@ -9,6 +9,8 @@ #include "src/kernel/lmm/System.hpp" #include "xbt/config.hpp" +#include + #ifdef __clang__ // Ignore deprecation warnings with Eigen < 4.0 (see https://gitlab.com/libeigen/eigen/-/issues/1850) #pragma clang diagnostic push @@ -78,7 +80,7 @@ class XBT_PUBLIC BmfSolver { "bmf/max-iterations", "Maximum number of steps to be performed while searching for a BMF allocation", 1000}; inline static simgrid::config::Flag cfg_bmf_precision{ - "bmf/precision", "Numerical precision used when computing resource sharing", 1E-12}; + "bmf/precision", {"precision/bmf"}, "Numerical precision used when computing resource sharing", 1E-12}; public: /**