Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use alternate spelling.
[simgrid.git] / src / simix / ActorImpl.cpp
index adfd9e3..7bdaca7 100644 (file)
@@ -748,7 +748,7 @@ void SIMIX_process_yield(smx_actor_t self)
     std::rethrow_exception(std::move(exception));
   }
 
-  if (SMPI_switch_data_segment && !self->finished) {
+  if (SMPI_switch_data_segment && not self->finished) {
     SMPI_switch_data_segment(self->pid);
   }
 }