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
bac10f42
Commit
bac10f42
authored
Apr 24, 2010
by
Uwe Schulzweida
Browse files
gaussgrid: define M_SQRT2
parent
6943cb05
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
bac10f42
2010-04-24 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* gaussgrid: define M_SQRT2 [report: alastair.mckinstry@ichec.ie]
2010-04-16 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* MAX_STREAMS: change static size of 4096 to dynamic range of 1024 - 65536
...
...
src/gaussgrid.c
View file @
bac10f42
...
...
@@ -5,6 +5,12 @@
#include
"dmemory.h"
#ifndef M_SQRT2
#define M_SQRT2 1.41421356237309504880
#endif
static
void
cpledn
(
int
kn
,
int
kodd
,
double
*
pfn
,
double
pdx
,
int
kflag
,
double
*
pw
,
double
*
pdxn
,
double
*
pxmod
)
...
...
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