aboutsummaryrefslogtreecommitdiff
path: root/src/Registration.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Registration.c')
-rw-r--r--src/Registration.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Registration.c b/src/Registration.c
index 221bbfc..aa137f5 100644
--- a/src/Registration.c
+++ b/src/Registration.c
@@ -3025,8 +3025,8 @@ CCTK_INT MoL_RegisterConstrainedComplexArray(CCTK_INT ConstrainedIndex)
CCTK_VWarn(0, __LINE__, __FILE__, CCTK_THORNSTRING,
"You tried to register more than %d constrained complex "
"variables. Since this should be the total number of "
- "Cactus variables, this looks like a bug. You tried to
- register '%s'. The registered variables are: %s.",
+ "Cactus variables, this looks like a bug. You tried to"
+ "register '%s'. The registered variables are: %s.",
MoLMaxNumRegisteredVariables, constrainedvarname,
registeredvars);
free(registeredvars); /* NOTREACHED */
@@ -3149,8 +3149,8 @@ CCTK_INT MoL_RegisterSaveAndRestoreComplexArray(CCTK_INT SandRIndex)
CCTK_VWarn(0, __LINE__, __FILE__, CCTK_THORNSTRING,
"You tried to register more than %d save and restore complex "
"variables. Since this should be the total number of "
- "Cactus variables, this looks like a bug. You tried to
- register '%s'. The " "registered variables are: %s.",
+ "Cactus variables, this looks like a bug. You tried to"
+ "register '%s'. The " "registered variables are: %s.",
MoLMaxNumRegisteredVariables, saveandrestorevarname,
registeredvars);
free(registeredvars); /* NOTREACHED */