X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/d47d44b2ed067c834ef210ad544512e7581a1c8e..147d0e88c4da14c801d15e0875bedb474180bea2:/options.cpp diff --git a/options.cpp b/options.cpp index aa3bede..24ae952 100644 --- a/options.cpp +++ b/options.cpp @@ -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 ]");