Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
NO_MAX_DURATION is a double.
[simgrid.git] / include / simgrid / kernel / resource / Action.hpp
index b6dfc79..fb24935 100644 (file)
@@ -14,7 +14,7 @@
 #include <boost/optional.hpp>
 #include <string>
 
-static constexpr int NO_MAX_DURATION = -1.0;
+static constexpr double NO_MAX_DURATION = -1.0;
 
 namespace simgrid {
 namespace kernel {