1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2025-02-16 17:13:57 +00:00

main: Remove blank lines

This commit is contained in:
Steffo 2022-11-17 01:57:25 +01:00
parent 0eb63cb684
commit a16813dc01
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -98,12 +98,9 @@ int main(int argc, char **argv)
POLYBENCH_1D_ARRAY_DECL(x, DATA_TYPE, NY, ny);
POLYBENCH_1D_ARRAY_DECL(y, DATA_TYPE, NY, ny);
/* Initialize array(s). */
init_array(nx, ny, POLYBENCH_ARRAY(A), POLYBENCH_ARRAY(x));
/* Start timer. */
polybench_start_instruments;
// polybench_start_instruments;