Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use bools and true/false
[simgrid.git] / src / surf / instr_routing.cpp
index 6881fbd..de787ac 100644 (file)
@@ -301,7 +301,7 @@ static void instr_routing_parse_end_platform ()
   XBT_DEBUG ("Graph extraction finished.");
   delete filter;
   platform_created = 1;
-  TRACE_paje_dump_buffer(1);
+  TRACE_paje_dump_buffer(true);
 }
 
 void instr_routing_define_callbacks ()