Skip to content

Commit

Permalink
Removing indentation as requested by Hans
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
  • Loading branch information
henrikt-ma and HansOlsson committed Jan 11, 2022
1 parent 7378fe2 commit 77c328c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/functions.tex
Expand Up @@ -544,7 +544,7 @@ \subsection{Functional Input Arguments to Functions}\label{functional-input-argu
algorithm
integral :=
quadrature(x1, (x1 + x2) / 2, integrand) +
quadrature((x1 + x2) / 2, x2, integrand);
quadrature((x1 + x2) / 2, x2, integrand);
end quadrature2;
\end{lstlisting}
\end{example}
Expand Down

0 comments on commit 77c328c

Please sign in to comment.