Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
e2319d0a
Commit
e2319d0a
authored
Jul 06, 2010
by
Uwe Schulzweida
Browse files
cdilib update
parent
1d8aa21a
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
e2319d0a
2010-07-05 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* Version 1.4.5.1 released
2010-07-05 Edi Kirk <E.Kirk@gmx.de>
* GRIB1 decode: Correct ZeroShiftError of simple packed spherical harmonics
...
...
src/Arithlat.c
View file @
e2319d0a
...
...
@@ -28,11 +28,6 @@
#include
"cdo_int.h"
#include
"pstream.h"
#include
<math.h>
#ifndef M_PI
#define M_PI 3.14159265358979323846
/* pi */
#endif
#ifndef DEG2RAD
#define DEG2RAD (M_PI/180.)
/* conversion for deg to rad */
...
...
src/cdo_int.h
View file @
e2319d0a
...
...
@@ -85,11 +85,11 @@ char *strdup(const char *s);
#ifndef M_PI
#define M_PI
3.14159265358979323846
/* pi */
#define M_PI
3.14159265358979323846
/* pi */
#endif
#ifndef M_LN10
#define M_LN10
2.30258509299404568402
/* log_e 10 */
#define M_LN10
2.30258509299404568402
/* log_e 10 */
#endif
...
...
Write
Preview
Supports
Markdown
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