Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SMPI_is_inited() and smpi_enabled() have the same purpose. Keep only the former.
[simgrid.git] / src / mc / mc_base.cpp
index 1631cd2..fe612c9 100644 (file)
@@ -18,8 +18,6 @@
 #include "src/mc/ModelChecker.hpp"
 #include "src/mc/Session.hpp"
 #include "src/mc/remote/RemoteProcess.hpp"
-
-using simgrid::mc::remote;
 #endif
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(mc, "All MC categories");
@@ -37,8 +35,7 @@ int MC_random(int min, int max)
   return simgrid::kernel::actor::simcall_answered([&observer] { return observer.get_value(); }, &observer);
 }
 
-namespace simgrid {
-namespace mc {
+namespace simgrid::mc {
 
 void execute_actors()
 {
@@ -110,5 +107,4 @@ bool request_is_visible(const kernel::actor::Simcall* req)
     return false;
 }
 
-} // namespace mc
-} // namespace simgrid
+} // namespace simgrid::mc