Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this belongs to the Impl not a specific model
[simgrid.git] / src / kernel / resource / CpuImpl.hpp
index efa4296..aff4172 100644 (file)
@@ -77,7 +77,7 @@ public:
   CpuImpl* set_core_count(int core_count);
   virtual int get_core_count() const { return core_count_; }
 
-  bool is_used() const { return true; }
+  bool is_used() const override { return true; }
 
   void seal() override;