X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b8df87e176f27b25534f27d7e240defa32ca35bc..914b521d0e68c695f9814971c8e25c6197bbccea:/contrib/benchmarking_code_block/bench.h diff --git a/contrib/benchmarking_code_block/bench.h b/contrib/benchmarking_code_block/bench.h index bf4b880592..f458b60612 100644 --- a/contrib/benchmarking_code_block/bench.h +++ b/contrib/benchmarking_code_block/bench.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2019. The SimGrid Team. +/* Copyright (c) 2013-2020. 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 */