aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2004-05-12 15:57:31 +0000
committerhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2004-05-12 15:57:31 +0000
commitaf02e1acea3437853c1889f9d7337c621d07b61b (patch)
tree0a838a295c91e42d61324a420a524635302f5b75 /interface.ccl
parent33cd497ee2b7845433e16702b063a8d0afe142dd (diff)
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
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl10
1 files 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
{