From 3ef5e49f3a6a655373466b95ab211c2563772b22 Mon Sep 17 00:00:00 2001 From: eschnett Date: Sat, 3 Mar 2012 22:28:24 +0000 Subject: Remove trailing \n from info messages git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@165 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b --- src/ChangeType.c | 2 +- src/Registration.c | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src') 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)); } -- cgit v1.2.3