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 efa4296acb30b64ecf5a22a766a451d4416ee89e..aff4172d8acc9312dbff22466c7a5c194bdbb77e 100644 (file)
@@ -77,7 +77,7 @@ public:
   CpuImpl* set_core_count(int core_count);
   virtual int get_core_count() const { return core_count_; }
 
   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;
 
 
   void seal() override;