Skip to content
Snippets Groups Projects
Commit 2fcd8692 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Docu update.

parent 4e937121
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ Function catalog:
-------------------------------------------------------------
vlist_att
-------------------------------------------------------------
vlistInqNatts Get number of variable attributes
vlistInqNatts Get number of attributes
vlistInqAtt Get information about an attribute
vlistDefAttInt Define an integer attribute
vlistInqAttInt Get the value(s) of an integer attribute
......
......@@ -1397,7 +1397,7 @@ vlistInqNatts
int vlistInqNatts(int vlistID, int varID, int *nattsp);
\end{verbatim}
Get number of variable attributes
Get number of attributes
\ifpdfoutput{}{(\ref{vlistInqNatts})}
......
\subsection{Get number of variable attributes: {\tt vlistInqNatts}}
\subsection{Get number of attributes: {\tt vlistInqNatts}}
\index{vlistInqNatts}
\label{vlistInqNatts}
The function {\tt vlistInqNatts} gets the number of variable attributes assigned to this variable.
The function {\tt vlistInqNatts} gets the number of attributes assigned to this variable.
\subsubsection*{Usage}
......@@ -19,7 +19,7 @@ Variable list ID, from a previous call to {\htmlref{\tt vlistCreate}{vlistCreate
\item[{\tt varID}]
Variable identifier, or {\tt CDI\_GLOBAL} for a global attribute.
\item[{\tt nattsp}]
Pointer to location for returned number of variable attributes.
Pointer to location for returned number of attributes.
\end{deflist}
\end{minipage}
......
......@@ -135,7 +135,7 @@
\end{picture}
\begin{flushright}
{\large\bfseries Climate Data Interface \\ Version 1.7.1 \\ February 2016}
{\large\bfseries Climate Data Interface \\ Version 1.8.0 \\ October 2016}
\end{flushright}
\vfill
......
......@@ -132,7 +132,7 @@
\end{picture}
\begin{flushright}
{\large\bfseries Climate Data Interface \\ Version 1.7.1 \\ February 2016}
{\large\bfseries Climate Data Interface \\ Version 1.8.0 \\ October 2016}
\end{flushright}
\vfill
......
......@@ -1413,7 +1413,7 @@ vlistInqNatts
INTEGER FUNCTION vlistInqNatts(INTEGER vlistID, INTEGER varID, INTEGER nattsp)
\end{verbatim}
Get number of variable attributes
Get number of attributes
\ifpdfoutput{}{(\ref{vlistInqNatts})}
......
\subsection{Get number of variable attributes: {\tt vlistInqNatts}}
\subsection{Get number of attributes: {\tt vlistInqNatts}}
\index{vlistInqNatts}
\label{vlistInqNatts}
The function {\tt vlistInqNatts} gets the number of variable attributes assigned to this variable.
The function {\tt vlistInqNatts} gets the number of attributes assigned to this variable.
\subsubsection*{Usage}
......@@ -19,7 +19,7 @@ Variable list ID, from a previous call to {\htmlref{\tt vlistCreate}{vlistCreate
\item[{\tt varID}]
Variable identifier, or {\tt CDI\_GLOBAL} for a global attribute.
\item[{\tt nattsp}]
Pointer to location for returned number of variable attributes.
Pointer to location for returned number of attributes.
\end{deflist}
\end{minipage}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment