X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/753ea77ea991c7e407d6731839d5f7dbcc24f7e2..0321eed9a43eb7c7c7ce8ce0274963c5a4ade6ad:/src/mc/explo/UdporChecker.cpp?ds=sidebyside diff --git a/src/mc/explo/UdporChecker.cpp b/src/mc/explo/UdporChecker.cpp index fdd3680134..ff61f17a39 100644 --- a/src/mc/explo/UdporChecker.cpp +++ b/src/mc/explo/UdporChecker.cpp @@ -29,7 +29,7 @@ void UdporChecker::run() // TODO: Move computing the root configuration into a method on the Unfolding auto initial_state = get_current_state(); - auto root_event = std::make_unique(std::make_shared(), EventSet()); + auto root_event = std::make_unique(EventSet(), std::make_shared()); auto* root_event_handle = root_event.get(); unfolding.insert(std::move(root_event)); C_root.add_event(root_event_handle);