From d9e0aa0a1a5e2b8026519940cddfc34713ba1234 Mon Sep 17 00:00:00 2001 From: knarf Date: Mon, 17 Jun 2013 02:48:51 +0000 Subject: fix typo (Runga->Runge) git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@202 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b --- param.ccl | 4 ++-- 1 file 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" -- cgit v1.2.3