Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of framagit.org:Adrien.Gougeon/simgrid
[simgrid.git] / src / surf / ptask_L07.hpp
index 19bc8a0c4b74c359dc03977c58da47a881748270..263cb8e354eb4917a80a6db6949c21a45d4a9354 100644 (file)
@@ -129,6 +129,7 @@ class L07Action : public kernel::resource::CpuAction {
   friend Action* NetworkL07Model::communicate(s4u::Host* src, s4u::Host* dst, double size, double rate);
 
 public:
+  L07Action() = delete;
   L07Action(kernel::resource::Model* model, const std::vector<s4u::Host*>& host_list, const double* flops_amount,
             const double* bytes_amount, double rate);
   L07Action(const L07Action&) = delete;