X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ed37babb2fa9097abe82df299c0aa259ed84d5a..6f8347f58430e00fabef8e6cbbf3fb94e6b8a49d:/include/simgrid/instr.h diff --git a/include/simgrid/instr.h b/include/simgrid/instr.h index 7fee14761a..f8cd62d2c1 100644 --- a/include/simgrid/instr.h +++ b/include/simgrid/instr.h @@ -13,8 +13,7 @@ #include #include -namespace simgrid { -namespace instr { +namespace simgrid::instr { /* User-variables related functions*/ /* for host variables */ XBT_PUBLIC void declare_host_variable(const std::string& variable, const std::string& color = ""); @@ -67,8 +66,7 @@ XBT_PUBLIC const std::set>& get_tracing_categories(); XBT_PUBLIC void platform_graph_export_graphviz(const std::string& output_filename); /* Function used by graphicator (transform a SimGrid platform file in a CSV file with the network topology) */ XBT_PUBLIC void platform_graph_export_csv(const std::string& output_filename); -} // namespace instr -} // namespace simgrid +} // namespace simgrid::instr #endif SG_BEGIN_DECL