aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2012-03-03 22:28:24 +0000
committereschnett <eschnett@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2012-03-03 22:28:24 +0000
commit3ef5e49f3a6a655373466b95ab211c2563772b22 (patch)
tree1731ca9d6328aae363521e0f14a3778a2fc70227
parentaf9cf3479bbbd14b425f030bfa39d051a740dc18 (diff)
Remove trailing \n from info messages
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@165 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
-rw-r--r--src/ChangeType.c2
-rw-r--r--src/Registration.c16
2 files changed, 9 insertions, 9 deletions
diff --git a/src/ChangeType.c b/src/ChangeType.c
index 4a7bba4..e0bc333 100644
--- a/src/ChangeType.c
+++ b/src/ChangeType.c
@@ -307,7 +307,7 @@ CCTK_INT MoL_ChangeToConstrained(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));
}
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));
}