1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-22 08:04:25 +00:00

Indent M_PI definition

This commit is contained in:
Steffo 2022-11-28 15:23:27 +01:00
parent 2ab3f9b06b
commit f0394d1b3b
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -14,7 +14,7 @@
// It is exclusive to the GNU C compiler
// https://www.gnu.org/software/libc/manual/html_node/Mathematical-Constants.html
#ifndef M_PI
#define M_PI 3.141
#define M_PI 3.141
#endif
/* Array initialization. */