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
110e199c
Commit
110e199c
authored
Dec 07, 2015
by
Thomas Jahns
🤸
Browse files
Note binding bug that I do not know how to fix.
parent
e093d19f
Changes
1
Hide whitespace changes
Inline
Side-by-side
interfaces/cdi.hpp
View file @
110e199c
...
@@ -14,7 +14,7 @@ class CdiGrid {
...
@@ -14,7 +14,7 @@ class CdiGrid {
bool
hasXValues
,
hasYValues
,
hasBounds
;
bool
hasXValues
,
hasYValues
,
hasBounds
;
std
::
vector
<
double
>
xvalues
,
yvalues
,
xbounds
,
ybounds
;
std
::
vector
<
double
>
xvalues
,
yvalues
,
xbounds
,
ybounds
;
// [xy]stdname cannot be set arbitrarily
std
::
string
xname
,
xlongname
,
xstdname
,
xunits
;
std
::
string
xname
,
xlongname
,
xstdname
,
xunits
;
std
::
string
yname
,
ylongname
,
ystdname
,
yunits
;
std
::
string
yname
,
ylongname
,
ystdname
,
yunits
;
std
::
string
name
;
std
::
string
name
;
...
...
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