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
785941bb
Commit
785941bb
authored
Aug 08, 2019
by
Ralf Mueller
🎣
Browse files
add implementation of sinfo()
parent
05b4617f
Changes
1
Hide whitespace changes
Inline
Side-by-side
interfaces/cdi.cpp
View file @
785941bb
...
...
@@ -265,7 +265,12 @@ CdiVariable::CdiVariable(int streamid,int vlistid, int varid) {
CdiVariable
::~
CdiVariable
(){
size
=
-
1
;
}
void
CdiVariable
::
sinfo
()
{
std
::
cout
<<
"code:"
<<
std
::
endl
;
}
CdiVariable
::
sinfo
()
{
std
::
cout
<<
"name:"
<<
name
<<
std
::
endl
;
std
::
cout
<<
"longname:"
<<
longname
<<
std
::
endl
;
std
::
cout
<<
"units:"
<<
units
<<
std
::
endl
;
std
::
cout
<<
"code:"
<<
code
<<
std
::
endl
;
}
double
*
CdiVariable
::
getValuesAsPointer
()
...
...
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