From 4cd0f3b0060079587c26a9969f070f790740ae25 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 15 Mar 2018 16:31:49 +0100 Subject: [PATCH] Use alternate spelling. --- src/simix/ActorImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.20.1