Skip to content

Commit

Permalink
Fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jun 20, 2022
1 parent 5bbdb37 commit 1dc927d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chapters/arrays.tex
Expand Up @@ -1155,8 +1155,8 @@ \subsection{Element-wise Multiplication}\label{array-element-wise-multiplication
\begin{center}
\begin{tabular}{l l|l l}
\hline
\tablehead{Size of \lstinline!s!} & \tablehead{Size of \lstinline!a!} & \tablehead{Size of \lstinline!s * a! and \lstinline!a * s!} &
\tablehead{Operation \lstinline!c := s * a! or \lstinline!c := a * s!}\\
\textit{Size of \lstinline!s!} & \textit{Size of \lstinline!a!} & \textit{Size of \lstinline!s * a! and \lstinline!a * s!} &
\textit{Operation \lstinline!c := s * a! or \lstinline!c := a * s!}\\
\hline
\hline
Scalar & Scalar & Scalar & \lstinline!c := s * a!\\
Expand Down
2 changes: 1 addition & 1 deletion chapters/inheritance.tex
Expand Up @@ -140,7 +140,7 @@ \subsection{Restrictions on the Kind of Base Class}\label{restrictions-on-the-ki
& \multicolumn{12}{c|}{\tablehead{Base Class}} \\
\hline
\tablehead{Derived} & \multirow{2}{*}{package} & \multirow{2}{*}{operator} & \multirow{2}{*}{function} & operator & \multirow{2}{*}{type} & \multirow{2}{*}{record} & operator & expandable & \multirow{2}{*}{connector} & \multirow{2}{*}{block} & \multirow{2}{*}{model} & \multirow{2}{*}{class} \\
\tablehead{Class} & & & & function & & & \record & connector & & & & \\
\tablehead{Class} & & & & function & & & record & connector & & & & \\
\hline
\lstinline!package! & yes & & & & & & & & & & & \cellcolor{lightgray}yes \\
\hline
Expand Down

0 comments on commit 1dc927d

Please sign in to comment.