From 49731c4b006be632a84b9a54284682fcb03bd896 Mon Sep 17 00:00:00 2001 From: hawke Date: Sun, 25 May 2003 14:59:54 +0000 Subject: 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 --- param.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'param.ccl') 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" -- cgit v1.2.3