X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/9f21b5351f943feb1099f387d385c95bdacf6e62..052b10b56499e63b129bfdfee1de270b1e190e6b:/options.h?ds=sidebyside diff --git a/options.h b/options.h index fcb982a..1032a63 100644 --- a/options.h +++ b/options.h @@ -39,13 +39,13 @@ namespace opt { extern std::string loba_algo; extern bool bookkeeping; extern double min_lb_iter_duration; - extern unsigned comp_iter_delay; - extern double comp_time_delay; // Application parameters extern cost_func comp_cost; extern cost_func comm_cost; extern double min_comp_iter_duration; + extern unsigned comp_iter_delay; + extern double comp_time_delay; // Parameters for the end of the simulation extern unsigned lb_maxiter;