Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] graphicator needs the platform to creata a graph of it
[simgrid.git] / src / instr / instr_interface.c
index dce7e48..5c228a8 100644 (file)
@@ -155,7 +155,7 @@ const char *TRACE_node_name (xbt_node_t node)
 
 xbt_graph_t TRACE_platform_graph (void)
 {
-  if (!TRACE_is_active())
+  if (!TRACE_is_enabled())
     return NULL;
 
   return instr_routing_platform_graph ();