Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a solve() fun pointer to maxmin datatype (+minor cleanups)
[simgrid.git] / src / surf / cpu_interface.hpp
index 790e61c..22317b5 100644 (file)
@@ -51,7 +51,7 @@ public:
 
   void updateActionsStateLazy(double now, double delta) override;
   void updateActionsStateFull(double now, double delta) override;
-  bool next_occuring_event_isIdempotent() override;
+  bool next_occuring_event_isIdempotent() {return true;};
 };
 
 /************