aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index f85cc65..1ffbcd7 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -37,7 +37,7 @@ Reduction Operator & Calculates & By \\
{\tt maximum} & the maximum of a grid variable & $ \max{ GV } $ \\
{\tt sum} & the sum of the elements of a grid variable & $ \sum{ GV } $ \\
{\tt norm1} & the L1 norm of a grid variable & $ \left(\Sigma | GV | \right)/n $ \\
-{\tt norm2} & the L2 norm of a grid variable & $ \sqrt{\Sigma GV^2}/n $ \\
+{\tt norm2} & the L2 norm of a grid variable & $ \sqrt{(\Sigma GV^2)/n} $ \\
{\tt norm\_inf} & the Inf norm of a grid variable & $ \max{| GV |} $ \\
\hline
\end{tabular}\\