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
40fc5f80
Commit
40fc5f80
authored
10 years ago
by
Florian Prill
Browse files
Options
Downloads
Patches
Plain Diff
[cdi-tiles] Removed unnecessary include statements obstructing cdilib.
parent
e368ce42
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
doc/tex/c_quick_ref.tex
+1
-1
1 addition, 1 deletion
doc/tex/c_quick_ref.tex
doc/tex/f_quick_ref.tex
+1
-2
1 addition, 2 deletions
doc/tex/f_quick_ref.tex
src/gribapi.h
+0
-2
0 additions, 2 deletions
src/gribapi.h
src/stream_gribapi.h
+0
-2
0 additions, 2 deletions
src/stream_gribapi.h
with
2 additions
and
7 deletions
doc/tex/c_quick_ref.tex
+
1
−
1
View file @
40fc5f80
...
...
@@ -666,7 +666,7 @@ Get the size of a subtype (e.g. no. of tiles)..
\section*
{
\tt
\htmlref
{
subtypeInqTile
}{
subtypeInqTile
}}
\begin{verbatim}
int subtypeInqTile (int subtypeID, int
identificationNumberOfTile
, int attribute);
int subtypeInqTile (int subtypeID, int
tileindex
, int attribute);
\end{verbatim}
Specialized version of subtypeInqSubEntry looking for tile/attribute pair..
...
...
This diff is collapsed.
Click to expand it.
doc/tex/f_quick_ref.tex
+
1
−
2
View file @
40fc5f80
...
...
@@ -668,8 +668,7 @@ Get the size of a subtype (e.g. no. of tiles)..
\section*
{
\tt
\htmlref
{
subtypeInqTile
}{
subtypeInqTile
}}
\begin{verbatim}
INTEGER FUNCTION subtypeInqTile (INTEGER subtypeID,
INTEGER identificationNumberOfTile,
INTEGER FUNCTION subtypeInqTile (INTEGER subtypeID, INTEGER tileindex,
INTEGER attribute)
\end{verbatim}
...
...
This diff is collapsed.
Click to expand it.
src/gribapi.h
+
0
−
2
View file @
40fc5f80
...
...
@@ -6,8 +6,6 @@
# include <grib_api.h>
#endif
#include
"cdi_int.h"
#define GRIBAPI_MISSVAL -9.E33
/* GRIB2 Level Types */
...
...
This diff is collapsed.
Click to expand it.
src/stream_gribapi.h
+
0
−
2
View file @
40fc5f80
#ifndef _STREAM_GRIBAPI_H
#define _STREAM_GRIBAPI_H
#include
"cdi_int.h"
int
gribapiScanTimestep1
(
stream_t
*
streamptr
);
int
gribapiScanTimestep2
(
stream_t
*
streamptr
);
int
gribapiScanTimestep
(
stream_t
*
streamptr
);
...
...
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