X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b83ad9c88af4715987015ddc91ac93ad749df428..79853b8925152a5b89d3f8f44d64ffaf284a0196:/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);