Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new MANIFEST.in after adding ns3 wifi
[simgrid.git] / src / surf / cpu_cas01.cpp
index 9aae097fd22d3932263ba23983d1220d20b8c5a8..255ff2bb31dd367cd06c8b71305f6be539eb19f5 100644 (file)
@@ -94,7 +94,7 @@ CpuCas01::CpuCas01(CpuCas01Model* model, s4u::Host* host, const std::vector<doub
 
 CpuCas01::~CpuCas01() = default;
 
-bool CpuCas01::is_used()
+bool CpuCas01::is_used() const
 {
   return get_model()->get_maxmin_system()->constraint_used(get_constraint());
 }