From: Arnaud Giersch Date: Thu, 15 Mar 2018 15:31:49 +0000 (+0100) Subject: Use alternate spelling. X-Git-Tag: v3.19~34 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4cd0f3b0060079587c26a9969f070f790740ae25?hp=e142dc9504e49b2fbefd63ed1763e722fff1de10 Use alternate spelling. --- diff --git a/src/simix/ActorImpl.cpp b/src/simix/ActorImpl.cpp index adfd9e389f..7bdaca7046 100644 --- a/src/simix/ActorImpl.cpp +++ b/src/simix/ActorImpl.cpp @@ -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); } }