]> AND Private Git Repository - loba.git/blobdiff - options.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Move declarations at proper place, and fix indentation.
[loba.git] / options.h
index fcb982a5a1e1da3f37c43652015eeb857db9c6dd..1032a633969c2f811d6192f08d83991c2d874764 100644 (file)
--- 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;