aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeType.c
diff options
context:
space:
mode:
authoryye00 <yye00@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2004-10-11 15:20:16 +0000
committeryye00 <yye00@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2004-10-11 15:20:16 +0000
commit34b62d04ad58ac1d0fd95186aff1213e44424856 (patch)
treedb7791dea78a1aa9aca8803ef53e92535304bd99 /src/ChangeType.c
parent72fa6a23c921eaf0c6e572c57cfe8a0425866300 (diff)
Correct some warning statements
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@76 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
Diffstat (limited to 'src/ChangeType.c')
-rw-r--r--src/ChangeType.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ChangeType.c b/src/ChangeType.c
index 28d2fd4..616382b 100644
--- a/src/ChangeType.c
+++ b/src/ChangeType.c
@@ -148,7 +148,7 @@ CCTK_INT MoL_ChangeToEvolved(CCTK_INT EvolvedIndex, CCTK_INT RHSIndex)
{
CCTK_VWarn(1,__LINE__,__FILE__,"MoL",
"Warning whilst trying to change variable "
- "index %i (%s) to save and restore.",
+ "index %i (%s) to evolved.",
EvolvedIndex, CCTK_VarName(EvolvedIndex));
CCTK_WARN(0, "When changing type there are more variables "
"than the accumulator parameter "
@@ -189,7 +189,7 @@ CCTK_INT MoL_ChangeToEvolved(CCTK_INT EvolvedIndex, CCTK_INT RHSIndex)
{
CCTK_VWarn(1,__LINE__,__FILE__,"MoL",
"Warning whilst trying to change variable "
- "index %i (%s) to save and restore.",
+ "index %i (%s) to evolved.",
EvolvedIndex, CCTK_VarName(EvolvedIndex));
CCTK_WARN(0, "When changing type there are more variables "
"than the accumulator parameter "
@@ -230,7 +230,7 @@ CCTK_INT MoL_ChangeToEvolved(CCTK_INT EvolvedIndex, CCTK_INT RHSIndex)
{
CCTK_VWarn(1,__LINE__,__FILE__,"MoL",
"Warning whilst trying to change variable "
- "index %i (%s) to save and restore.",
+ "index %i (%s) to evolved.",
EvolvedIndex, CCTK_VarName(EvolvedIndex));
CCTK_WARN(0, "When changing type there are more variables "
"than the accumulator parameter "
@@ -299,14 +299,14 @@ CCTK_INT MoL_ChangeToConstrained(CCTK_INT ConstrainedIndex)
{
CCTK_VWarn(1,__LINE__,__FILE__,"MoL",
"Warning whilst trying to change variable "
- "index %i to evolved.", ConstrainedIndex);
+ "index %i to constrained.", ConstrainedIndex);
CCTK_WARN(0, "The index passed does not correspond to a GF.");
}
else if (timelevs == 1)
{
CCTK_VWarn(1,__LINE__,__FILE__,"MoL",
"Warning whilst trying to change variable "
- "index %i to evolved.", ConstrainedIndex);
+ "index %i to constrained.", ConstrainedIndex);
CCTK_WARN(0, "The index passed only has a single timelevel.");
}
@@ -314,7 +314,7 @@ CCTK_INT MoL_ChangeToConstrained(CCTK_INT ConstrainedIndex)
{
CCTK_VWarn(1,__LINE__,__FILE__,"MoL",
"Warning whilst trying to change variable "
- "index %i (%s) to save and restore.",
+ "index %i (%s) to constrained.",
ConstrainedIndex, CCTK_VarName(ConstrainedIndex));
CCTK_WARN(0, "When changing type there are more variables "
"than the accumulator parameter "