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
3603887a
Commit
3603887a
authored
6 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
Moved declaration of zaxisInqLtype2() to cdi.h
parent
ae50f415
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/cdi.h
+3
-0
3 additions, 0 deletions
src/cdi.h
src/cdi_int.h
+0
-3
0 additions, 3 deletions
src/cdi_int.h
with
3 additions
and
3 deletions
src/cdi.h
+
3
−
0
View file @
3603887a
...
...
@@ -1098,6 +1098,9 @@ int zaxisInqScalar(int zaxisID);
void
zaxisDefLtype
(
int
zaxisID
,
int
ltype
);
int
zaxisInqLtype
(
int
zaxisID
);
void
zaxisDefLtype2
(
int
zaxisID
,
int
ltype2
);
int
zaxisInqLtype2
(
int
zaxisID
);
void
zaxisDefVct
(
int
zaxisID
,
int
size
,
const
double
vct
[]);
void
zaxisInqVct
(
int
zaxisID
,
double
vct
[]);
int
zaxisInqVctSize
(
int
zaxisID
);
...
...
This diff is collapsed.
Click to expand it.
src/cdi_int.h
+
0
−
3
View file @
3603887a
...
...
@@ -487,9 +487,6 @@ size_t cdiGetPageSize(bool largePageAlign);
void
zaxisGetIndexList
(
int
nzaxis
,
int
*
zaxisIndexList
);
void
zaxisDefLtype2
(
int
zaxisID
,
int
ltype2
);
int
zaxisInqLtype2
(
int
zaxisID
);
#ifdef __cplusplus
extern
"C"
{
#endif
...
...
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