X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2b0d4aa36f4ef3a0e253b6104b317b5737e075e8..a511865336e83ac3654632265ed00b8f0bf0eccc:/src/mc/Process.hpp diff --git a/src/mc/Process.hpp b/src/mc/Process.hpp index 10bd3b547d..8b96b0cbbc 100644 --- a/src/mc/Process.hpp +++ b/src/mc/Process.hpp @@ -219,7 +219,7 @@ public: simgrid::mc::SimixProcessInformation* resolveProcessInfo( simgrid::mc::RemotePtr process) { - xbt_assert(mc_mode == MC_MODE_SERVER); + xbt_assert(mc_model_checker != nullptr); if (!process) return nullptr; this->refresh_simix();