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