Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
introduce sg_actor_create and use it in C examples
[simgrid.git] / src / mc / AddressSpace.hpp
index 8701fa2..6a5392c 100644 (file)
@@ -21,6 +21,7 @@ namespace mc {
 class ReadOptions {
   std::uint32_t value_ = 0;
   constexpr explicit ReadOptions(std::uint32_t value) : value_(value) {}
+
 public:
   constexpr ReadOptions() {}
 
@@ -132,7 +133,6 @@ public:
     this->read_bytes(&res[0], len, address);
     return res;
   }
-
 };
 
 }