mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-26 10:04:23 +00:00
Indent M_PI
definition
This commit is contained in:
parent
2ab3f9b06b
commit
f0394d1b3b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
// It is exclusive to the GNU C compiler
|
// It is exclusive to the GNU C compiler
|
||||||
// https://www.gnu.org/software/libc/manual/html_node/Mathematical-Constants.html
|
// https://www.gnu.org/software/libc/manual/html_node/Mathematical-Constants.html
|
||||||
#ifndef M_PI
|
#ifndef M_PI
|
||||||
#define M_PI 3.141
|
#define M_PI 3.141
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Array initialization. */
|
/* Array initialization. */
|
||||||
|
|
Loading…
Reference in a new issue