X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab92608267358b56adf7a803480fa2ad9608ed1b..f9436b840852218b39dce22d6057b6f223168daa:/src/surf/instr_surf.cpp diff --git a/src/surf/instr_surf.cpp b/src/surf/instr_surf.cpp index 801036a4c7..df986ab2ad 100644 --- a/src/surf/instr_surf.cpp +++ b/src/surf/instr_surf.cpp @@ -39,11 +39,11 @@ void TRACE_surf_link_set_bandwidth(double date, const char *resource, double ban void TRACE_surf_action(surf_action_t surf_action, const char *category) { - if (!TRACE_is_enabled()) + if (not TRACE_is_enabled()) return; - if (!TRACE_categorized ()) + if (not TRACE_categorized()) return; - if (!category) + if (not category) return; surf_action->setCategory(category);