Skip to content

Commit

Permalink
Remove stray braces in FORTRAN 77 type mapping table
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Mar 14, 2023
1 parent 5974df8 commit 548fe48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chapters/functions.tex
Expand Up @@ -2048,10 +2048,10 @@ \subsubsection{Simple Types}\label{simple-types}
& \multicolumn{1}{c}{\tablehead{Input}} & \multicolumn{1}{c}{\tablehead{Output}}\\
\hline
\hline
{\lstinline!}Real!} & {\lstinline[language=FORTRAN77]!DOUBLE PRECISION!} & {\lstinline[language=FORTRAN77]!DOUBLE PRECISION!}\\
{\lstinline!}Integer!} & {\lstinline[language=FORTRAN77]!INTEGER!} & {\lstinline[language=FORTRAN77]!INTEGER!}\\
{\lstinline!}Boolean!} & {\lstinline[language=FORTRAN77]!LOGICAL!} & {\lstinline[language=FORTRAN77]!LOGICAL!}\\
{\lstinline!}String!} & \emph{Special} & \emph{Not available}\\
{\lstinline!Real!} & {\lstinline[language=FORTRAN77]!DOUBLE PRECISION!} & {\lstinline[language=FORTRAN77]!DOUBLE PRECISION!}\\
{\lstinline!Integer!} & {\lstinline[language=FORTRAN77]!INTEGER!} & {\lstinline[language=FORTRAN77]!INTEGER!}\\
{\lstinline!Boolean!} & {\lstinline[language=FORTRAN77]!LOGICAL!} & {\lstinline[language=FORTRAN77]!LOGICAL!}\\
{\lstinline!String!} & \emph{Special} & \emph{Not available}\\
Enumeration type & {\lstinline[language=FORTRAN77]!INTEGER!} & {\lstinline[language=FORTRAN77]!INTEGER!}\\
\hline
\end{tabular}
Expand Down

0 comments on commit 548fe48

Please sign in to comment.