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
libcdi
Commits
accac67f
Commit
accac67f
authored
Jun 30, 2015
by
Thomas Jahns
🤸
Browse files
Fix merge artifacts.
parent
dc496549
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/grid.h
View file @
accac67f
...
...
@@ -76,7 +76,7 @@ grid_t;
void
grid_init
(
grid_t
*
gridptr
);
void
grid_free
(
grid_t
*
gridptr
);
int
gridSize
(
void
);
unsigned
cdiGridCount
(
void
);
const
double
*
gridInqXvalsPtr
(
int
gridID
);
const
double
*
gridInqYvalsPtr
(
int
gridID
);
...
...
@@ -88,7 +88,7 @@ const double *gridInqAreaPtr(int gridID);
int
gridCompare
(
int
gridID
,
const
grid_t
*
grid
);
int
gridGenerate
(
const
grid_t
*
grid
);
void
g
ridGetIndexList
(
int
,
int
*
);
void
cdiG
ridGetIndexList
(
unsigned
,
int
*
);
void
gridUnpack
(
char
*
unpackBuffer
,
int
unpackBufferSize
,
...
...
src/zaxis.h
View file @
accac67f
...
...
@@ -3,8 +3,6 @@
void
zaxisGetTypeDescription
(
int
zaxisType
,
int
*
outPositive
,
const
char
**
outName
,
const
char
**
outLongName
,
const
char
**
outStdName
,
const
char
**
outUnit
);
//The returned const char* point to static storage. Don't free or modify them.
int
zaxisSize
(
void
);
unsigned
cdiZaxisCount
(
void
);
void
cdiZaxisGetIndexList
(
unsigned
numIDs
,
int
IDs
[
numIDs
]);
...
...
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