X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9f6bea47ae5735b65251b58e9af553efbfe16d3f..dba3a5e288cc29c684bf59206208ded770bb35c8:/src/kernel/resource/FactorSet.hpp diff --git a/src/kernel/resource/FactorSet.hpp b/src/kernel/resource/FactorSet.hpp index 78171886e7..9fe3453456 100644 --- a/src/kernel/resource/FactorSet.hpp +++ b/src/kernel/resource/FactorSet.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2016-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2016-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. */ @@ -37,9 +37,9 @@ public: void parse(const std::string& string_values); bool is_initialized() const { return initialized_; } // Get the default value - double operator()(); + double operator()() const; // Get the factor to use for the provided size - double operator()(double size); + double operator()(double size) const; }; } // namespace simgrid::kernel::resource