From f536d964feb3857e312ae103fe91a6ae28ff2b9a Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Fri, 25 Jun 2021 07:58:43 +0200 Subject: [PATCH] Fix typo --- 9.3/paper.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9.3/paper.tex b/9.3/paper.tex index fe5467d..95be9c4 100644 --- a/9.3/paper.tex +++ b/9.3/paper.tex @@ -1247,7 +1247,7 @@ may have been more widely used: no longer require them. If you rely on these template arguments, an interim namespace \texttt{Legacy} has been introduced that provides all affected classes with the old interface for a transition period. - \item \texttt{GridTools::find\_active\_cell\_around\_point()} no longer throws an exception when no cell if found, but returns an invalid iterator. + \item \texttt{GridTools::find\_active\_cell\_around\_point()} no longer throws an exception when no cell is found, but returns an invalid iterator. User codes previously catching an exception will need to be changed. \end{itemize} -- 2.39.5