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

Docu update.

parent f5eab292
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ and add a variable with {\texttt{vlistDefVar}}.
int vlistID, varID;
...
vlistID = vlistCreate();
varID = vlistDefVar(vlistID, gridID, zaxisID, TSTEP_INSTANT);
varID = vlistDefVar(vlistID, gridID, zaxisID, TIME_VARYING);
...
streamDefVlist(streamID, vlistID);
...
......
......@@ -135,7 +135,7 @@
\end{picture}
\begin{flushright}
{\large\bfseries Climate Data Interface \\ Version 1.9.2 \\ November 2017}
{\large\bfseries Climate Data Interface \\ Version 1.9.3 \\ January 2018}
\end{flushright}
\vfill
......
......@@ -132,7 +132,7 @@
\end{picture}
\begin{flushright}
{\large\bfseries Climate Data Interface \\ Version 1.9.2 \\ November 2017}
{\large\bfseries Climate Data Interface \\ Version 1.9.3 \\ January 2018}
\end{flushright}
\vfill
......
......@@ -21,7 +21,7 @@ and add a variable with {\texttt{vlistDefVar}}.
INTEGER vlistID, varID
...
vlistID = vlistCreate()
varID = vlistDefVar(vlistID, gridID, zaxisID, TSTEP_INSTANT)
varID = vlistDefVar(vlistID, gridID, zaxisID, TIME_VARYING)
...
streamDefVlist(streamID, vlistID)
...
......
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