Skip to content
Snippets Groups Projects
Commit a3f31d28 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

gaussgrid: define M_PI

parent 6ec28f8f
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,9 @@
#include "dmemory.h"
#ifndef M_PI
#define M_PI 3.14159265358979323846 /* pi */
#endif
#ifndef M_SQRT2
#define M_SQRT2 1.41421356237309504880
......
......@@ -27,8 +27,8 @@ char *strdup(const char *s);
*/
#endif
#ifndef M_PI
#define M_PI 3.14159265358979323846 /* pi */
#ifndef M_PI
#define M_PI 3.14159265358979323846 /* pi */
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment