X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ff3801e182d909d2f6f6a5d5faba0fe341022939..16f7621cfa2a35bb56703231981adc1a8da00ca2:/include/simgrid/s4u/Barrier.hpp diff --git a/include/simgrid/s4u/Barrier.hpp b/include/simgrid/s4u/Barrier.hpp index dfc4a547a7..34c618291e 100644 --- a/include/simgrid/s4u/Barrier.hpp +++ b/include/simgrid/s4u/Barrier.hpp @@ -30,7 +30,7 @@ private: public: /** Creates a barrier for the given amount of actors */ - explicit Barrier(unsigned int expected_processes) : expected_actors_(expected_processes) {} + explicit Barrier(unsigned int expected_actors) : expected_actors_(expected_actors) {} #ifndef DOXYGEN ~Barrier() = default; Barrier(Barrier const&) = delete;