X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/149c63f36e15b8500b1e826bda5138318ff7ba2b..8fb33d38a40ca0d377aa543a401d34309514e542:/contrib/benchmarking_code_block/bench.h diff --git a/contrib/benchmarking_code_block/bench.h b/contrib/benchmarking_code_block/bench.h index 81b862e753..f458b60612 100644 --- a/contrib/benchmarking_code_block/bench.h +++ b/contrib/benchmarking_code_block/bench.h @@ -61,7 +61,6 @@ static inline void xbt_bench_init(char *tracefile) mybench->output = fopen(tracefile, "a+"); if (mybench->output == NULL) printf("Error while opening the tracefile"); - } /* Initializing StarPU benchmarking */ @@ -72,7 +71,6 @@ static inline void bench_init_starpu(char *tracefile, bench_t *bench) mybench->output = fopen(tracefile, "a+"); if (mybench->output == NULL) printf("Error while opening the tracefile"); - } /* Start benchmarking using macros */