X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/74c1bf2b26c5a3aa0d8c29674dc12993e7c0de15..9fb274493911c49b0e1e9ef4b19c81adea5ff7c8:/src/surf/surf_c_bindings.cpp diff --git a/src/surf/surf_c_bindings.cpp b/src/surf/surf_c_bindings.cpp index fd51f15b57..f2a1505049 100644 --- a/src/surf/surf_c_bindings.cpp +++ b/src/surf/surf_c_bindings.cpp @@ -4,7 +4,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "simgrid/s4u/Engine.hpp" -#include "src/instr/instr_private.h" +#include "src/instr/instr_private.hpp" #include "src/plugins/vm/VirtualMachineImpl.hpp" XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(surf_kernel); @@ -35,7 +35,7 @@ void surf_presolve() XBT_DEBUG ("Set every models in the right state by updating them to 0."); for (auto const& model : *all_existing_models) - model->updateActionsState(NOW, 0.0); + model->updateActionsState(NOW, 0.0); } double surf_solve(double max_date)