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

Private GIT Repository
Wip++...
[loba.git] / options.h
index 8f098960da7aaa9c7349c90d83cbc6af51da06ab..06f059f961f64566baff5be3f911f434ebdd6d47 100644 (file)
--- a/options.h
+++ b/options.h
@@ -14,8 +14,9 @@ namespace opt {
     extern int help_requested;
     extern bool version_requested;
 
+    extern bool bookkeeping;
+
     extern cost_func comp_cost;
-    extern cost_func comm_cost;
 
     int parse_args(int* argc, char* argv[]);
     void print();