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
ff1ae7b7
Commit
ff1ae7b7
authored
Feb 10, 2016
by
Thomas Jahns
🤸
Browse files
Change type for sane conversion characteristics.
parent
b380aae3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vlist.h
View file @
ff1ae7b7
...
...
@@ -116,8 +116,10 @@ var_t;
typedef
struct
{
unsigned
immutable
:
1
;
//set when a vlist is passed to streamDefVlist() to safeguard against modifications of the wrong vlist object
unsigned
internal
:
1
;
//set if this vlist has been created by CDI itself, and must not be destroyed by the user, consequently
//set when a vlist is passed to streamDefVlist() to safeguard against modifications of the wrong vlist object
bool
immutable
;
//set if this vlist has been created by CDI itself, and must not be destroyed by the user, consequently
bool
internal
;
int
self
;
int
nvars
;
/* number of variables */
int
ngrids
;
...
...
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