X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/891f9a16d3da00527f721e44c6c7a45b05c6b279..8b0d5ae29ebd13e69a23991b8adfb67c5c5d79d3:/src/mc/mc_smx.cpp diff --git a/src/mc/mc_smx.cpp b/src/mc/mc_smx.cpp index 1f27dc8580..c1ea4b3f38 100644 --- a/src/mc/mc_smx.cpp +++ b/src/mc/mc_smx.cpp @@ -151,8 +151,7 @@ int MC_smpi_process_count() if (mc_model_checker == nullptr) return smpi_process_count(); int res; - mc_model_checker->process().read_variable("process_count", - &res, sizeof(res)); + mc_model_checker->process().read_variable("process_count", &res, sizeof(res)); return res; } #endif