X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ec2d068ad2f30860ebe569929609888acb662117..deaf4c6f1cb3026b053ca861fe77313c78385be7:/src/surf/network_constant.cpp diff --git a/src/surf/network_constant.cpp b/src/surf/network_constant.cpp index a2d9074599..71c87a1c4c 100644 --- a/src/surf/network_constant.cpp +++ b/src/surf/network_constant.cpp @@ -85,5 +85,10 @@ NetworkConstantAction::NetworkConstantAction(NetworkConstantModel* model_, doubl }; NetworkConstantAction::~NetworkConstantAction() = default; + +void NetworkConstantAction::updateRemainingLazy(double /*now*/) +{ + THROW_IMPOSSIBLE; +} } }