Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
authorSUTER Frederic <frederic.suter@cc.in2p3.fr>
Fri, 5 Nov 2021 10:09:28 +0000 (11:09 +0100)
committerSUTER Frederic <frederic.suter@cc.in2p3.fr>
Fri, 5 Nov 2021 10:13:25 +0000 (11:13 +0100)
src/surf/cpu_cas01.hpp
src/surf/cpu_ti.hpp

index 7001cd0..b5279e4 100644 (file)
@@ -9,14 +9,14 @@
 #include "src/kernel/resource/CpuImpl.hpp"
 #include "xbt/base.h"
 
-/***********
- * Classes *
- ***********/
-
 namespace simgrid {
 namespace kernel {
 namespace resource {
 
+/***********
+ * Classes *
+ ***********/
+
 class XBT_PRIVATE CpuCas01Model;
 class XBT_PRIVATE CpuCas01;
 class XBT_PRIVATE CpuCas01Action;
index cd16167..c84ee89 100644 (file)
@@ -3,8 +3,8 @@
 /* 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. */
 
-#ifndef SURF_MODEL_CPUTI_H_
-#define SURF_MODEL_CPUTI_H_
+#ifndef SURF_MODEL_CPUTI_HPP_
+#define SURF_MODEL_CPUTI_HPP_
 
 #include "src/kernel/resource/CpuImpl.hpp"
 #include "src/kernel/resource/profile/Profile.hpp"
@@ -20,10 +20,11 @@ namespace resource {
  ***********/
 class XBT_PRIVATE CpuTiModel;
 class XBT_PRIVATE CpuTi;
+class XBT_PRIVATE CpuTiAction;
 
-/*********
- * Trace *
- *********/
+/***********
+ * Profile *
+ ***********/
 class CpuTiProfile {
   std::vector<double> time_points_;
   std::vector<double> integral_;
@@ -155,4 +156,4 @@ public:
 } // namespace kernel
 } // namespace simgrid
 
-#endif /* SURF_MODEL_CPUTI_H_ */
+#endif /* SURF_MODEL_CPUTI_HPP_ */