aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@d60812e6-3970-4df4-986e-c251b06effeb>2002-08-21 14:40:43 +0000
committertradke <tradke@d60812e6-3970-4df4-986e-c251b06effeb>2002-08-21 14:40:43 +0000
commit5a55318a46ef9e35ff93d0b36bd4053a1734c61a (patch)
tree8d68ba21f0b91afe151bef5651e71f289e3c69b3
parentaf5e7205d1a00a23cd9e58cf611b589272868229 (diff)
Fixed a typo in the formula to compute the L2 norm.
Thanks to Peter for finding out. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHReduce/trunk@34 d60812e6-3970-4df4-986e-c251b06effeb
-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}\\