From fdc2a1b04b752958e3c3bfdb90673d55870ad495 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 16 Nov 2016 00:05:48 +0100 Subject: [PATCH] cosmetics --- src/surf/network_constant.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; } } -- 2.20.1