From: Martin Quinson Date: Tue, 15 Nov 2016 23:05:48 +0000 (+0100) Subject: cosmetics X-Git-Tag: v3_14~203 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/fdc2a1b04b752958e3c3bfdb90673d55870ad495?hp=b035f4fba1852d16bb9316bb0b23329b108b605b cosmetics --- diff --git a/src/surf/network_constant.cpp b/src/surf/network_constant.cpp index be179760ab..1310bf6433 100644 --- a/src/surf/network_constant.cpp +++ b/src/surf/network_constant.cpp @@ -90,12 +90,11 @@ namespace simgrid { { latency_ = latency; if (latency_ <= 0.0) { - stateSet_ = getModel()->getDoneActionSet(); + stateSet_ = model_->getDoneActionSet(); stateSet_->push_back(*this); } }; - NetworkConstantAction::~NetworkConstantAction() {} - + NetworkConstantAction::~NetworkConstantAction() = default; } }