Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ALICE-open-data
AliESD_Example
Commits
918a691a
Commit
918a691a
authored
Oct 02, 2019
by
Lucas Mello Schnorr
Browse files
in C, PI is defined in math.h's M_PI
parent
d0c379b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
sol-analitica/sol-analitica-tpc.c
View file @
918a691a
...
...
@@ -2,7 +2,7 @@
#include <stdlib.h>
#include <math.h>
#define PI
3.141592
#define PI
M_PI
#define TPCRADIUS 2.466
// Reads file with data in the following order:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment