aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2013-06-17 02:48:51 +0000
committerknarf <knarf@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2013-06-17 02:48:51 +0000
commitd9e0aa0a1a5e2b8026519940cddfc34713ba1234 (patch)
treef0b370582f66eceb9e136a6eb35f78b63629e653
parent3b4da5fbe21f141fbcd8fa69cf8d1c0759dd208d (diff)
fix typo (Runga->Runge)
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@202 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index a6c973c..ad0a3c8 100644
--- a/param.ccl
+++ b/param.ccl
@@ -88,7 +88,7 @@ private:
KEYWORD ODE_Method "The ODE method use by MoL to do time integration"
{
- "Generic" :: "Generic Shu-Osher Runga-Kutta type"
+ "Generic" :: "Generic Shu-Osher Runge-Kutta type"
"ICN" :: "Iterative Crank Nicholson"
"ICN-avg" :: "Iterative Crank Nicholson with averaging"
"Euler" :: "Euler"
@@ -107,7 +107,7 @@ KEYWORD ODE_Method "The ODE method use by MoL to do time integration"
KEYWORD Generic_Type "If using the generic method, which sort"
{
- "RK" :: "One of the standard TVD Runga-Kutta methods"
+ "RK" :: "One of the standard TVD Runge-Kutta methods"
"ICN" :: "Iterative Crank Nicholson as a generic method"
"Table" :: "Given from the generic method descriptor parameter"
"Classic RK3" :: "Efficient RK3 - classical version"