X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b204ff04eae43a5f5a8825141ae0647b92507bc8..c6bbeb1829c36ff45b43ab25f9d8d3f53f554d98:/src/mc/VisitedState.hpp diff --git a/src/mc/VisitedState.hpp b/src/mc/VisitedState.hpp index ea116d9dbb..6926485aa1 100644 --- a/src/mc/VisitedState.hpp +++ b/src/mc/VisitedState.hpp @@ -21,7 +21,7 @@ public: std::size_t heap_bytes_used = 0; int actors_count = 0; int num = 0; // unique id of that state in the storage of all stored IDs - int original_num = 0; // num field of the VisitedState to which I was declared equal to (used for dot_output) + int original_num = -1; // num field of the VisitedState to which I was declared equal to (used for dot_output) explicit VisitedState(unsigned long state_number); ~VisitedState() = default;