Skip to content

Commit

Permalink
Correct name of input to integrand.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jun 10, 2020
1 parent 9ce2aa7 commit d345c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ \subsection{Functional Input Arguments to Functions}\doublelabel{functional-inpu
end quadrature;

partial function Integrand
input Real x;
input Real u;
output Real y;
end Integrand;
\end{lstlisting}
Expand Down

0 comments on commit d345c35

Please sign in to comment.