Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Parameter is not used.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 5 Feb 2018 17:32:57 +0000 (18:32 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 5 Feb 2018 20:43:08 +0000 (21:43 +0100)
src/surf/plugins/host_dvfs.cpp

index ae7b893..808bab9 100644 (file)
@@ -139,7 +139,7 @@ class HostDvfs {
 public:
   static simgrid::xbt::Extension<simgrid::s4u::Host, HostDvfs> EXTENSION_ID;
 
-  explicit HostDvfs(simgrid::s4u::Host* ptr);
+  explicit HostDvfs(simgrid::s4u::Host*);
   ~HostDvfs();
 };