Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Prefer C++ headers, and C++-style void-arg declarations.
[simgrid.git] / src / kernel / resource / profile / DatedValue.cpp
index b104af7..68955de 100644 (file)
@@ -1,10 +1,10 @@
-/* Copyright (c) 2004-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2004-2020. The SimGrid Team. All rights reserved.          */
 
 /* 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/kernel/resource/profile/DatedValue.hpp"
-#include <math.h>
+#include "src/kernel/resource/profile/DatedValue.hpp"
+#include <cmath>
 
 namespace simgrid {
 namespace kernel {
@@ -22,4 +22,4 @@ std::ostream& operator<<(std::ostream& out, const DatedValue& e)
 
 } // namespace profile
 } // namespace kernel
-} // namespace simgrid
\ No newline at end of file
+} // namespace simgrid