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

Private GIT Repository
new tests
[loba.git] / options.h
index ed32b85e42271b9708e8c3a5b11260f3a093bdc2..89a3f1285ce44b91a9c045ad2247ecb48d1eab92 100644 (file)
--- a/options.h
+++ b/options.h
@@ -20,7 +20,8 @@ namespace opt {
     extern std::string program_name;
     extern int help_requested;
     extern bool version_requested;
-    extern int option_x;       // hidden option, for debugging purpose
+    extern int option_x;       // hidden option (int), for testing
+    extern double option_X;    // hidden option (double), for testing
 
     // Simulation parameters
     extern int log_rate;