Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Coding style: ! -> 'not'.
[simgrid.git] / src / surf / network_wifi.cpp
index e9eb61d..655941c 100644 (file)
@@ -87,7 +87,7 @@ void NetworkWifiLink::refresh_decay_bandwidths(){
 }
 
 bool NetworkWifiLink::toggle_decay_model(){
-  use_decay_model_=!use_decay_model_;
+  use_decay_model_ = not use_decay_model_;
   return use_decay_model_;
 }