]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/resource/CpuImpl.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / src / kernel / resource / CpuImpl.hpp
index efa4296acb30b64ecf5a22a766a451d4416ee89e..3456bfa1338001f75ad183abe335b96eca0968af 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2004-2022. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2004-2023. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -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;