X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ad0539d141f7dfee1706fea560d6122cb3a92f13..f1e469ce075c0a1ad21a7fd0fdb587f9a3cb5289:/src/surf/network_interface.hpp diff --git a/src/surf/network_interface.hpp b/src/surf/network_interface.hpp index d9a1671a23..2e6d67b55b 100644 --- a/src/surf/network_interface.hpp +++ b/src/surf/network_interface.hpp @@ -200,8 +200,7 @@ public: * @param model The NetworkModel associated to this NetworkAction * @param cost The cost of this NetworkAction in [TODO] * @param failed [description] - * @param var The lmm variable associated to this Action if it is part of a - * LMM component + * @param var The lmm variable associated to this Action if it is part of a LMM component */ NetworkAction(simgrid::surf::Model* model, double cost, bool failed, lmm_variable_t var) : simgrid::surf::Action(model, cost, failed, var){};