aboutsummaryrefslogtreecommitdiff
path: root/src/Registration.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Registration.c')
-rw-r--r--src/Registration.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Registration.c b/src/Registration.c
index c63fbb2..06cf953 100644
--- a/src/Registration.c
+++ b/src/Registration.c
@@ -1102,7 +1102,7 @@ CCTK_INT MoL_RegisterConstrainedReal(CCTK_INT ConstrainedIndex)
CCTK_VInfo(CCTK_THORNSTRING,
"MoL will not treat variable %s as a constrained "
"variable as it has only one timelevel. This should "
- "not cause problems with the evolution.\n",
+ "not cause problems with the evolution.",
CCTK_VarName(ConstrainedIndex));
}
@@ -1202,7 +1202,7 @@ CCTK_INT MoL_RegisterSaveAndRestoreReal(CCTK_INT SandRIndex)
CCTK_VInfo(CCTK_THORNSTRING,
"MoL will not treat variable %s as a save and "
"restore variable as it has only one timelevel. "
- "This should not cause problems with the evolution.\n",
+ "This should not cause problems with the evolution.",
CCTK_VarName(SandRIndex));
}
@@ -1584,7 +1584,7 @@ CCTK_INT MoL_RegisterConstrainedComplex(CCTK_INT ConstrainedIndex)
CCTK_VInfo(CCTK_THORNSTRING,
"MoL will not treat variable %s as a constrained "
"complex variable as it has only one timelevel. "
- "This should not cause problems with the evolution.\n",
+ "This should not cause problems with the evolution.",
CCTK_VarName(ConstrainedIndex));
}
@@ -1682,7 +1682,7 @@ CCTK_INT MoL_RegisterSaveAndRestoreComplex(CCTK_INT SandRIndex)
"MoL will not treat variable %s as a save and "
"restore complex variable as it has only one "
"timelevel. This should not cause problems with "
- "the evolution.\n",
+ "the evolution.",
CCTK_VarName(SandRIndex));
}
@@ -2043,7 +2043,7 @@ CCTK_INT MoL_RegisterConstrainedArray(CCTK_INT ConstrainedIndex)
CCTK_VInfo(CCTK_THORNSTRING,
"MoL will not treat variable %s as a constrained "
"array variable as it has only one timelevel. "
- "This should not cause problems with the evolution.\n",
+ "This should not cause problems with the evolution.",
CCTK_VarName(ConstrainedIndex));
}
@@ -2135,7 +2135,7 @@ CCTK_INT MoL_RegisterSaveAndRestoreArray(CCTK_INT SandRIndex)
"MoL will not treat variable %s as a save "
"and restore array variable as it has only one "
"timelevel. This should not cause problems "
- "with the evolution.\n",
+ "with the evolution.",
CCTK_VarName(SandRIndex));
}
@@ -2517,7 +2517,7 @@ CCTK_INT MoL_RegisterConstrainedComplexArray(CCTK_INT ConstrainedIndex)
"MoL will not treat variable %s as a "
"constrained complex array variable as "
"it has only one timelevel. This should not cause "
- "problems with the evolution.\n",
+ "problems with the evolution.",
CCTK_VarName(ConstrainedIndex));
}
@@ -2617,7 +2617,7 @@ CCTK_INT MoL_RegisterSaveAndRestoreComplexArray(CCTK_INT SandRIndex)
"MoL will not treat variable %s as a save "
"and restore complex array variable at it "
"has only one timelevel. This should not cause "
- "problems with the evolution.\n",
+ "problems with the evolution.",
CCTK_VarName(SandRIndex));
}