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

Private GIT Repository
Wip++...
[loba.git] / options.cpp
index aa3bedea4fe075bd018e69e0cfb8e3f6005a79b5..24ae952789781cba83c8517e0d3836d6cbf446fc 100644 (file)
@@ -17,8 +17,8 @@ namespace opt {
     int help_requested = 0;
     bool version_requested = false;
 
-    cost_func comp_cost("1, 0");
-    cost_func comm_cost("1, 0");
+    cost_func comp_cost("1e9, 0"); // fixme: find better defaults
+    cost_func comm_cost("1e9, 0"); // fixme: find better defaults
 
 } // namespace opt
 
@@ -68,7 +68,7 @@ int opt::parse_args(int* argc, char* argv[])
 
     return 1;
 }
-    
+
 void opt::print()
 {
     INFO0(",----[ Simulation parameters ]");