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
ef8aa4eb
Commit
ef8aa4eb
authored
Aug 21, 2012
by
Uwe Schulzweida
Browse files
Merge of branch cdo-pio into trunk cdi
parent
13db2254
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/cdi.c
View file @
ef8aa4eb
...
...
@@ -13,7 +13,7 @@
#include
<cdi.h>
int
vlistInqVarMissvalUsed
(
int
vlistID
,
int
varID
);
#ifndef DBL_IS_NAN
#if defined (HAVE_ISNAN)
#if defined (HAVE_
DECL_
ISNAN)
# define DBL_IS_NAN(x) (isnan(x))
#elif defined (FP_NAN)
# define DBL_IS_NAN(x) (fpclassify(x) == FP_NAN)
...
...
@@ -1056,3 +1056,12 @@ int main(int argc, char *argv[])
return
(
0
);
}
/*
* Local Variables:
* c-file-style: "Java"
* c-basic-offset: 2
* indent-tabs-mode: nil
* show-trailing-whitespace: t
* require-trailing-newline: t
* End:
*/
app/printinfo.h
View file @
ef8aa4eb
...
...
@@ -381,3 +381,12 @@ void printGridInfo(int vlistID)
}
}
}
/*
* Local Variables:
* c-file-style: "Java"
* c-basic-offset: 2
* indent-tabs-mode: nil
* show-trailing-whitespace: t
* require-trailing-newline: t
* End:
*/
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