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~516 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/78619b832b649f1057b93f209e6ce3c1fadfecb3?hp=0d7ccbf623e8a5f87e4c2db76df3755397bc57de 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){};