X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ec83ae9a081ffd1d19bfecaf81cb99c32bdf6b83..a92d7b716f51a53dea7f59db8524d4add713b910:/src/instr/jedule/jedule_sd_binding.cpp diff --git a/src/instr/jedule/jedule_sd_binding.cpp b/src/instr/jedule/jedule_sd_binding.cpp index 24c66fd9ca..7bd6543ad5 100644 --- a/src/instr/jedule/jedule_sd_binding.cpp +++ b/src/instr/jedule/jedule_sd_binding.cpp @@ -3,8 +3,6 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#include "simgrid/jedule/jedule_sd_binding.h" - #include "simgrid/jedule/jedule.hpp" #include "src/simdag/simdag_private.hpp" @@ -40,7 +38,7 @@ void jedule_sd_init() my_jedule->root_container = root_container; } -void jedule_sd_exit(void) +void jedule_sd_exit() { delete my_jedule; } @@ -49,7 +47,7 @@ void jedule_sd_dump(const char * filename) { if (my_jedule) { char *fname; - if (!filename) { + if (not filename) { fname = bprintf("%s.jed", xbt_binary_name); } else { fname = xbt_strdup(filename);