Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
14499ed8
Commit
14499ed8
authored
Jan 08, 2018
by
Uwe Schulzweida
Browse files
Define M_SQRT2 if not available.
parent
4a333b09
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gaussgrid.c
View file @
14499ed8
#ifdef HAVE_CONFIG_H
#ifdef
HAVE_CONFIG_H
#include
"config.h"
#endif
#include
<math.h>
#include
<float.h>
#include
<stdio.h>
#include
<stdlib.h>
#include
<float.h>
#include
<math.h>
#ifndef M_SQRT2
#define M_SQRT2 1.41421356237309504880168872420969808
#endif
#include
"dmemory.h"
#include
"gaussgrid.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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