aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"