X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..b3a756fa6fe08c4f377ce22d205ef5c1b28bd250:/src/instr/jedule/jedule.cpp diff --git a/src/instr/jedule/jedule.cpp b/src/instr/jedule/jedule.cpp index ed3d6e51aa..4f7841fe43 100644 --- a/src/instr/jedule/jedule.cpp +++ b/src/instr/jedule/jedule.cpp @@ -7,7 +7,7 @@ #include "xbt/asserts.h" #include "simgrid/jedule/jedule.hpp" -#if HAVE_JEDULE +#if SIMGRID_HAVE_JEDULE namespace simgrid{ namespace jedule { @@ -27,10 +27,10 @@ void Jedule::addMetaInfo(char *key, char *value) { } void Jedule::writeOutput(FILE *file) { - if (!this->event_set.empty()){ + if (not this->event_set.empty()) { fprintf(file, "\n"); - if (!this->meta_info.empty()){ + if (not this->meta_info.empty()) { fprintf(file, " \n"); for (auto elm: this->meta_info) fprintf(file, " \n",elm.first,elm.second);