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

gaussgrid: define M_SQRT2

parent 6943cb05
No related branches found
Tags cdi-1.9.3
No related merge requests found
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> 2010-04-16 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* MAX_STREAMS: change static size of 4096 to dynamic range of 1024 - 65536 * MAX_STREAMS: change static size of 4096 to dynamic range of 1024 - 65536
......
...@@ -5,6 +5,12 @@ ...@@ -5,6 +5,12 @@
#include "dmemory.h" #include "dmemory.h"
#ifndef M_SQRT2
#define M_SQRT2 1.41421356237309504880
#endif
static static
void cpledn(int kn, int kodd, double *pfn, double pdx, int kflag, void cpledn(int kn, int kodd, double *pfn, double pdx, int kflag,
double *pw, double *pdxn, double *pxmod) double *pw, double *pdxn, double *pxmod)
......
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