Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
missing override
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 14 Feb 2020 00:19:24 +0000 (01:19 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 14 Feb 2020 00:19:24 +0000 (01:19 +0100)
include/simgrid/s4u/Exec.hpp

index ab98234..7e1e8ef 100644 (file)
@@ -52,7 +52,7 @@ public:
   Exec* start() override;
   /** @brief On sequential executions, returns the amount of flops that remain to be done; This cannot be used on
    * parallel executions. */
-  double get_remaining() const;
+  double get_remaining() const override;
   double get_remaining_ratio() const;
   ExecPtr set_host(Host* host);
   ExecPtr set_hosts(const std::vector<Host*>& hosts);