Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
de078fb9
Commit
de078fb9
authored
May 05, 2006
by
Uwe Schulzweida
Browse files
Docu update
parent
cb2f02fa
Changes
7
Hide whitespace changes
Inline
Side-by-side
doc/tex/c_ref.tex
View file @
de078fb9
...
...
@@ -273,7 +273,7 @@ Define timestep
\section*
{
\tt
\htmlref
{
streamDefVlist
}{
streamDefVlist
}}
\begin{verbatim}
streamDefVlist(int streamID,int vlistID)
()
;
void
streamDefVlist(int streamID,
int vlistID);
\end{verbatim}
Define the variable list
...
...
doc/tex/c_stream.tex
View file @
de078fb9
...
...
@@ -175,7 +175,7 @@ The function {\tt streamDefVlist} defines the variable list of a stream.
\subsection*
{
Usage
}
\begin{verbatim}
streamDefVlist(int streamID,int vlistID)
()
;
void
streamDefVlist(int streamID,
int vlistID);
\end{verbatim}
\hspace*
{
4mm
}
\begin{minipage}
[]
{
15cm
}
...
...
doc/tex/cdi_cman.tex
View file @
de078fb9
...
...
@@ -91,7 +91,7 @@
\end{picture}
\begin{flushright}
\large\bf
{
Climate Data Interface
\\
Version 0.9.
6
\\
Ma
rch
2006
}
\large\bf
{
Climate Data Interface
\\
Version 0.9.
7
\\
Ma
y
2006
}
\end{flushright}
\vfill
...
...
@@ -156,9 +156,9 @@
\input
{
c
_
taxis
}
\chapter
{
Institute
}
%
\chapter{Institute}
\chapter
{
Model
}
%
\chapter{Model}
\chapter*
{
Quick Reference
}
...
...
doc/tex/cdi_fman.tex
View file @
de078fb9
...
...
@@ -91,7 +91,7 @@
\end{picture}
\begin{flushright}
\large\bf
{
Climate Data Interface
\\
Version 0.9.
6
\\
Ma
rch
2006
}
\large\bf
{
Climate Data Interface
\\
Version 0.9.
7
\\
Ma
y
2006
}
\end{flushright}
\vfill
...
...
@@ -156,9 +156,9 @@
\input
{
f
_
taxis
}
\chapter
{
Institute
}
%
\chapter{Institute}
\chapter
{
Model
}
%
\chapter{Model}
\chapter*
{
Quick Reference
}
\addcontentsline
{
toc
}{
chapter
}{
Quick Reference
}
...
...
doc/tex/f_ref.tex
View file @
de078fb9
...
...
@@ -273,7 +273,7 @@ Define timestep
\section*
{
\tt
\htmlref
{
streamDefVlist
}{
streamDefVlist
}}
\begin{verbatim}
streamDefVlist(
int
streamID,
int
vlistID)
()
SUBROUTINE
streamDefVlist(
INTEGER
streamID,
INTEGER
vlistID)
\end{verbatim}
Define the variable list
...
...
doc/tex/f_stream.tex
View file @
de078fb9
...
...
@@ -175,7 +175,7 @@ The function {\tt streamDefVlist} defines the variable list of a stream.
\subsection*
{
Usage
}
\begin{verbatim}
streamDefVlist(
int
streamID,
int
vlistID)
()
SUBROUTINE
streamDefVlist(
INTEGER
streamID,
INTEGER
vlistID)
\end{verbatim}
\hspace*
{
4mm
}
\begin{minipage}
[]
{
15cm
}
...
...
src/stream.c
View file @
de078fb9
...
...
@@ -1621,7 +1621,7 @@ int streamNtsteps(int streamID)
@Function streamDefVlist
@Title Define the variable list
@Prototype streamDefVlist(int streamID, int vlistID)
@Prototype
void
streamDefVlist(int streamID, int vlistID)
@Parameter
@Item streamID Stream identifier
@Item vlistID Variable list identifier
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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