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
74fe037f
Commit
74fe037f
authored
Nov 08, 2013
by
Uwe Schulzweida
Browse files
cdilib.c update
parent
2de51f46
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/tex/c_quick_ref.tex
View file @
74fe037f
...
...
@@ -4,6 +4,15 @@
This appendix provide a brief listing of the C language bindings of the
CDI library routines:
\section*
{
\tt
\htmlref
{
cdiClearAdditionalKeys
}{
cdiClearAdditionalKeys
}}
\begin{verbatim}
void cdiClearAdditionalKeys ();
\end{verbatim}
Clear the list of additional GRIB keys..
\section*
{
\tt
\htmlref
{
cdiDefAdditionalKey
}{
cdiDefAdditionalKey
}}
\begin{verbatim}
...
...
@@ -757,7 +766,7 @@ Copy some entries of a variable list.
\section*
{
\tt
\htmlref
{
vlistCreate
}{
vlistCreate
}}
\begin{verbatim}
int vlistCreate (
int vlistCreate (
);
\end{verbatim}
Create a variable list.
...
...
doc/tex/f_quick_ref.tex
View file @
74fe037f
...
...
@@ -4,6 +4,15 @@
This appendix provide a brief listing of the Fortran language bindings of the
CDI library routines:
\section*
{
\tt
\htmlref
{
cdiClearAdditionalKeys
}{
cdiClearAdditionalKeys
}}
\begin{verbatim}
SUBROUTINE cdiClearAdditionalKeys
\end{verbatim}
Clear the list of additional GRIB keys..
\section*
{
\tt
\htmlref
{
cdiDefAdditionalKey
}{
cdiDefAdditionalKey
}}
\begin{verbatim}
...
...
@@ -759,7 +768,7 @@ Copy some entries of a variable list.
\section*
{
\tt
\htmlref
{
vlistCreate
}{
vlistCreate
}}
\begin{verbatim}
INTEGER FUNCTION vlistCreate
(
INTEGER FUNCTION vlistCreate
\end{verbatim}
Create a variable list.
...
...
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