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:
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
|
||||
// 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. */
|
||||
|
|
Loading…
Reference in a new issue