Fixed wrong arg in docs for precbld.

psblas3-type-indexed
Salvatore Filippone 17 years ago
parent 669ea07df3
commit 61c682eebc

@ -80,7 +80,7 @@ $ptype$ string as follows\footnote{The string is case-insensitive}:
\subroutine{psb\_precbld}{Builds a preconditioner} \subroutine{psb\_precbld}{Builds a preconditioner}
\syntax{call psb\_precbld}{a, desc\_a, prec, info, upd} \syntax{call psb\_precbld}{a, desc\_a, prec, info}
\begin{description} \begin{description}
\item[Type:] Synchronous. \item[Type:] Synchronous.
@ -100,11 +100,11 @@ Scope: {\bf local} \\
Type: {\bf required}\\ Type: {\bf required}\\
Intent: {\bf in}, target.\\ Intent: {\bf in}, target.\\
Specified as: a communication descriptor data structure \descdata. Specified as: a communication descriptor data structure \descdata.
\item[upd] %% \item[upd]
Scope: {\bf global} \\ %% Scope: {\bf global} \\
Type: {\bf optional}\\ %% Type: {\bf optional}\\
Intent: {\bf in}.\\ %% Intent: {\bf in}.\\
Specified as: a character. %% Specified as: a character.
\end{description} \end{description}
\begin{description} \begin{description}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save