X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d73f6e9c920e1a054f94c3117281fded81c6cc5b..d7c957a488bb2ebd0ef5ea7a3323f1ccea620f30:/src/surf/ptask_L07.hpp diff --git a/src/surf/ptask_L07.hpp b/src/surf/ptask_L07.hpp index a38cb2d02c..a7ce95401f 100644 --- a/src/surf/ptask_L07.hpp +++ b/src/surf/ptask_L07.hpp @@ -3,10 +3,10 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ +#include "src/surf/HostImpl.hpp" #include #include #include -#include "src/surf/HostImpl.hpp" #ifndef HOST_L07_HPP_ #define HOST_L07_HPP_ @@ -54,7 +54,7 @@ public: ~CpuL07Model() override; kernel::resource::Cpu* create_cpu(s4u::Host* host, const std::vector& speed_per_pstate) override; - HostL07Model *hostModel_; + HostL07Model* hostModel_; }; class NetworkL07Model : public kernel::resource::NetworkModel { @@ -68,7 +68,7 @@ public: kernel::resource::Action* communicate(s4u::Host* src, s4u::Host* dst, double size, double rate) override; - HostL07Model *hostModel_; + HostL07Model* hostModel_; }; /************