From: Martin Quinson Date: Sun, 8 Jul 2018 10:12:32 +0000 (+0200) Subject: Actually, SMPI is playing by the rules now. Remove friendship X-Git-Tag: v3_21~506^2~3 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4eb5d9f209b1cc2392c312d1ad6024ef644560d6?hp=4c8cdcc7c2a4629350cbc3d61f36d63c5bbd4341 Actually, SMPI is playing by the rules now. Remove friendship --- diff --git a/src/surf/network_cm02.hpp b/src/surf/network_cm02.hpp index c2c3b3077c..4c2fff5cda 100644 --- a/src/surf/network_cm02.hpp +++ b/src/surf/network_cm02.hpp @@ -58,7 +58,6 @@ public: **********/ class NetworkCm02Action : public NetworkAction { friend Action* NetworkCm02Model::communicate(s4u::Host* src, s4u::Host* dst, double size, double rate); - friend NetworkSmpiModel; public: NetworkCm02Action(Model* model, double cost, bool failed) : NetworkAction(model, cost, failed){};