aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Registration.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Registration.c b/src/Registration.c
index 6fe1bfc..2ea7639 100644
--- a/src/Registration.c
+++ b/src/Registration.c
@@ -1315,9 +1315,9 @@ CCTK_INT MoL_RegisterEvolvedRealSlow(CCTK_INT EvolvedIndex, CCTK_INT RHSIndexSlo
{
const char *evolvedvarname = CCTK_VarName(EvolvedIndex);
char *registeredvars =
- VarListToString(EvolvedVariableIndex, MoLNumEvolvedVariables);
+ VarListToString(EvolvedVariableIndex, MoLNumEvolvedVariablesSlow);
CCTK_VWarn(0, __LINE__, __FILE__, CCTK_THORNSTRING,
- "You have tried to register more evolved "
+ "You have tried to register more slow evolved "
"variables than the accumulator parameter "
"MoL_Num_Evolved_Variables allows. Check that "
"you are accumulating onto this parameter correctly. "