X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f7a4833f1a704ef0be1ef00f9de84ad8d5975426..e91f4e50de913c126b42d09d227eb416bb320dae:/src/mc/CommunicationDeterminismChecker.hpp?ds=sidebyside diff --git a/src/mc/CommunicationDeterminismChecker.hpp b/src/mc/CommunicationDeterminismChecker.hpp index c345af7a64..a33c5ce8e8 100644 --- a/src/mc/CommunicationDeterminismChecker.hpp +++ b/src/mc/CommunicationDeterminismChecker.hpp @@ -28,7 +28,7 @@ private: int main(); private: /** Stack representing the position in the exploration graph */ - std::list stack_; + std::list> stack_; simgrid::mc::VisitedStates visitedStates_; };