Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
libcdi
Commits
c9690b04
Commit
c9690b04
authored
12 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
stream_int.h: update from cdi-pio
parent
5a7e3d66
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/stream_int.h
+7
-2
7 additions, 2 deletions
src/stream_int.h
with
7 additions
and
2 deletions
src/stream_int.h
+
7
−
2
View file @
c9690b04
...
...
@@ -66,7 +66,7 @@ char *strdup(const char *s);
#endif
#else
#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)
...
...
@@ -247,6 +247,7 @@ typedef struct {
int
nfiles
;
char
**
fnames
;
void
*
gribContainers
;
int
vlistIDorig
;
}
stream_t
;
...
...
@@ -309,7 +310,11 @@ int cdiInqAccesstype(int streamID);
void
streamDefDimgroupID
(
int
streamID
,
int
dimgroupID
);
int
streamInqDimgroupID
(
int
streamID
);
int
getByteswap
(
int
byteorder
);
int
getByteswap
(
int
byteorder
);
int
streamSize
();
void
streamGetIndexList
(
int
,
int
*
);
void
cdiInitialize
(
void
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment