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
2a183a22
Commit
2a183a22
authored
Aug 03, 2016
by
Uwe Schulzweida
Browse files
cdi.h: added gridDefProj().
parent
e4a375ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cdi.h
View file @
2a183a22
...
...
@@ -725,6 +725,9 @@ void gridDestroy(int gridID);
/* gridDuplicate: Duplicate a Grid */
int
gridDuplicate
(
int
gridID
);
/* gridDefProj: Define the projection ID of a Grid */
void
gridDefProj
(
int
gridID
,
int
projID
);
/* gridInqProj: Get the projection ID of a Grid */
int
gridInqProj
(
int
gridID
);
...
...
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