X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/79f2c630c9587d494cb154e6d074294c1e23208e..16bbb8a8212497d9c44c81333ed2c0e689e0c5af:/src/surf/network_constant.hpp diff --git a/src/surf/network_constant.hpp b/src/surf/network_constant.hpp index bd9b1ee8f7..9ff6964354 100644 --- a/src/surf/network_constant.hpp +++ b/src/surf/network_constant.hpp @@ -56,12 +56,12 @@ public: : NetworkAction(model_, size, false) , m_latInit(latency) { - m_latency = latency; - if (m_latency <= 0.0) { - p_stateSet = getModel()->getDoneActionSet(); - p_stateSet->push_back(*this); - } - p_variable = NULL; + m_latency = latency; + if (m_latency <= 0.0) { + p_stateSet = getModel()->getDoneActionSet(); + p_stateSet->push_back(*this); + } + p_variable = NULL; }; int unref() override; void cancel() override;