Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
codefactor: malformed whitespace issues
[simgrid.git] / src / plugins / host_dvfs.cpp
index f714b0f..af145fb 100644 (file)
@@ -83,8 +83,6 @@ namespace dvfs {
  *  global configuration
  */
 class Governor {
-
-private:
   simgrid::s4u::Host* const host_;
   double sampling_rate_;
   int min_pstate; //< Never use a pstate less than this one