From af02e1acea3437853c1889f9d7337c621d07b61b Mon Sep 17 00:00:00 2001 From: hawke Date: Wed, 12 May 2004 15:57:31 +0000 Subject: Remove extraneous variable names to avoid CST warnings. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@66 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b --- interface.ccl | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/interface.ccl b/interface.ccl index 630af6f..ac744ed 100644 --- a/interface.ccl +++ b/interface.ccl @@ -184,14 +184,12 @@ PROVIDES FUNCTION MoLQueryEvolvedRHS WITH MoL_QueryEvolvedRHS LANGUAGE C private: CCTK_REAL RKAlphaCoefficients TYPE=ARRAY DIM=2 SIZE=MoL_Intermediate_Steps,MoL_Num_Scratch_Levels+1 DISTRIB=CONSTANT -{ - RKAlphaCoefficients -} "The alpha coefficients used by the generic Runge-Kutta integrators" +#{ +#} "The alpha coefficients used by the generic Runge-Kutta integrators" CCTK_REAL RKBetaCoefficients TYPE=ARRAY DIM=1 SIZE=MoL_Intermediate_Steps DISTRIB=CONSTANT -{ - RKBetaCoefficients -} "The beta coefficients used by the generic Runge-Kutta integrators" +#{ +#} "The beta coefficients used by the generic Runge-Kutta integrators" CCTK_INT MoL_Counters TYPE = SCALAR { -- cgit v1.2.3