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

Private GIT Repository
Replace NULL with nullptr.
[loba.git] / options.cpp
index 08c271e371fa83b4eb96bfcfc0826597e2f86904..006c83a9ffe966959e221ba6a81c54e580019353 100644 (file)
@@ -395,7 +395,7 @@ bool opt::parse_args(int* argc, char* argv[])
     }
 
     if (!opt::auto_depl::random_seed)
-        opt::auto_depl::random_seed = time(NULL);
+        opt::auto_depl::random_seed = time(nullptr);
 
     return result;
 }
@@ -598,7 +598,7 @@ void opt::usage()
 
     std::clog << "\nLogging support:\n"
               << "    See SimGrid documentation on:\n"
-              << "        http://simgrid.gforge.inria.fr/doc/group__XBT__log.html#log_user\n"
+              << "        http://simgrid.gforge.inria.fr/simgrid/latest/doc/outcomes_logs.html#log_user\n"
               << "    Existing categories are:\n"
               << "        simu : root of following categories\n"
               << "        main : messages from global infrastructure\n"