]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/api.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Another batch of pointer-to-const (sonar).
[simgrid.git] / src / mc / api.hpp
index 085f299cb8a23e6d26cf0f644a074a3cd18e73dd..88b2e0c80223515d67e01852714bd10523f51897 100644 (file)
@@ -17,8 +17,7 @@
 #include "xbt/automaton.hpp"
 #include "xbt/base.h"
 
-namespace simgrid {
-namespace mc {
+namespace simgrid::mc {
 
 XBT_DECLARE_ENUM_CLASS(ExplorationAlgorithm, Safety, UDPOR, Liveness, CommDeterminism);
 
@@ -93,7 +92,6 @@ public:
   xbt_automaton_state_t get_automaton_transition_dst(xbt_dynar_t const& dynar, int index) const;
 };
 
-} // namespace mc
-} // namespace simgrid
+} // namespace simgrid::mc
 
 #endif