Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix few typos and add random seed intializer
[simgrid.git] / src / mc / api / strategy / MaxMatchComm.hpp
index fd3b68a..4cb5891 100644 (file)
@@ -36,7 +36,7 @@ public:
       mailbox_[cast_strategy->last_mailbox_]++;
 
     for (auto const& [_, val] : mailbox_)
-       value_of_state += std::abs(val);
+       value_of_state_ += std::abs(val);
   }
   MaxMatchComm()                     = default;
   ~MaxMatchComm() override           = default;