Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use alternate spelling.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 15 Mar 2018 15:31:49 +0000 (16:31 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 15 Mar 2018 15:32:10 +0000 (16:32 +0100)
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);
   }
 }