aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2003-05-25 14:59:54 +0000
committerhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2003-05-25 14:59:54 +0000
commit49731c4b006be632a84b9a54284682fcb03bd896 (patch)
tree4d4bf94345d818b22d0c7311c1d04a159d7aad35 /param.ccl
parent24e2bf00aac01104dd269c9279920e1a516ca20d (diff)
Change MoL_ODE_Method parameter to ODE_Method to be consistent with original MoL. Don't know why I did this in the first place.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@15 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 004c4ab..770df21 100644
--- a/param.ccl
+++ b/param.ccl
@@ -80,7 +80,7 @@ CCTK_INT MoL_Num_Scratch_Levels "Number of scratch levels required by the ODE me
private:
-KEYWORD MoL_ODE_Method "The ODE method use by MoL to do time integration"
+KEYWORD ODE_Method "The ODE method use by MoL to do time integration"
{
"Generic" :: "Generic Shu-Osher Runga-Kutta type"
"ICN" :: "Iterative Crank Nicholson"