Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Warn the user if the sleep time is smaller than the numerical precision
[simgrid.git] / src / surf / host_clm03.hpp
index 42a442bc97ca392c9431023c0edf10ee0c8d5d33..d1be826d76e52584c75d7828c2ab8f6ce59b568b 100644 (file)
@@ -17,7 +17,7 @@ namespace surf {
 
 class XBT_PRIVATE HostCLM03Model : public HostModel {
 public:
-  HostCLM03Model() = default;
+  using HostModel::HostModel;
   double next_occurring_event(double now) override;
   void update_actions_state(double now, double delta) override;
   kernel::resource::Action* execute_parallel(const std::vector<s4u::Host*>& host_list, const double* flops_amount,