Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
also change the namespace of kernel/resource/{Action,Model}
[simgrid.git] / src / kernel / resource / Model.cpp
index ac5f5ec..5d518ef 100644 (file)
@@ -9,7 +9,8 @@
 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(resource);
 
 namespace simgrid {
-namespace surf {
+namespace kernel {
+namespace resource {
 
 Model::Model() : maxminSystem_(nullptr)
 {
@@ -165,3 +166,4 @@ void Model::updateActionsStateFull(double /*now*/, double /*delta*/)
 
 } // namespace surf
 } // namespace simgrid
+} // namespace simgrid