diff --git a/doc/tex/c_quick_ref.tex b/doc/tex/c_quick_ref.tex index 65513273c7e421eebc72ed7ebc503664997ec0a3..c78c8ff8bc1d9d918f5d16df933a231896988fb8 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 b50961130b139a8577df3b84f53eb7ab5677b7f8..9b021f514b7bff28d2fe6b9f8b105dc4d06d3506 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.