1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-25 09:34:23 +00:00

Remove trailing spaces

This commit is contained in:
Steffo 2022-11-29 17:11:41 +01:00 committed by GitHub
parent ee4e5986d1
commit 0e8be6b578
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,8 +42,8 @@ __host__ static void init_array(DATA_TYPE** A, DATA_TYPE* x)
}
/**
* Print the given array.
/**
* Print the given array.
*
* Cannot be parallelized, as the elements of the array should be
*