From 74fe037ff717c73a722f3c287895a39e8213bacd Mon Sep 17 00:00:00 2001 From: Uwe Schulzweida <uwe.schulzweida@mpimet.mpg.de> Date: Fri, 8 Nov 2013 14:48:00 +0000 Subject: [PATCH] cdilib.c update --- doc/tex/c_quick_ref.tex | 11 ++++++++++- doc/tex/f_quick_ref.tex | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/doc/tex/c_quick_ref.tex b/doc/tex/c_quick_ref.tex index 65513273c..c78c8ff8b 100644 --- a/doc/tex/c_quick_ref.tex +++ b/doc/tex/c_quick_ref.tex @@ -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. diff --git a/doc/tex/f_quick_ref.tex b/doc/tex/f_quick_ref.tex index b50961130..9b021f514 100644 --- a/doc/tex/f_quick_ref.tex +++ b/doc/tex/f_quick_ref.tex @@ -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. -- GitLab