Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix some more doc bugs
[simgrid.git] / src / mc / transition / TransitionRandom.hpp
index 374d69def4668085caa698df9dd738a2c58dca1a..27d9757a2736f4601cb537db3696e02cf3f78831 100644 (file)
@@ -24,6 +24,7 @@ public:
 
     return aid_ == other->aid_;
   } // Independent with any other transition
+  bool reversible_race(const Transition* other) const override;
 };
 
 } // namespace simgrid::mc