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
e37a7194
Commit
e37a7194
authored
Oct 07, 2017
by
Uwe Schulzweida
Browse files
Fix compiler warning: unused typedef 'memory_t'.
parent
0377180b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Detrend.cc
View file @
e37a7194
...
...
@@ -74,11 +74,6 @@ void *Detrend(void *argument)
double
missval
;
field_type
***
vars
=
NULL
;
dtlist_type
*
dtlist
=
dtlist_new
();
typedef
struct
{
double
*
array1
;
double
*
array2
;
}
memory_t
;
cdoInitialize
(
argument
);
...
...
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