X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/149c63f36e15b8500b1e826bda5138318ff7ba2b..5ed37babb2fa9097abe82df299c0aa259ed84d5a:/contrib/benchmarking_code_block/bench.h diff --git a/contrib/benchmarking_code_block/bench.h b/contrib/benchmarking_code_block/bench.h index 81b862e753..97c76b4f70 100644 --- a/contrib/benchmarking_code_block/bench.h +++ b/contrib/benchmarking_code_block/bench.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2020. The SimGrid Team. +/* Copyright (c) 2013-2023. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -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 */