summaryrefslogtreecommitdiff
path: root/src/main/Parameters.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Parameters.c')
-rw-r--r--src/main/Parameters.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/Parameters.c b/src/main/Parameters.c
index 4b78264f..696a4520 100644
--- a/src/main/Parameters.c
+++ b/src/main/Parameters.c
@@ -1979,8 +1979,8 @@ static int ParameterSetKeyword (t_param *param, const char *value)
if (*(char **) param->data == NULL)
{
CCTK_VWarn (1, __LINE__, __FILE__, "Cactus",
- "Since this was the default value, "
- "setting anyway - please fix!");
+ "Since this was the default value, "
+ "setting anyway - please fix!");
CCTK_SetString (param->data, value);
}
}
@@ -2023,8 +2023,8 @@ static int ParameterSetString (t_param *param, const char *value)
if (*(char **) param->data == NULL)
{
CCTK_VWarn (1, __LINE__, __FILE__, "Cactus",
- "Since this was the default value, "
- "setting anyway - please fix!");
+ "Since this was the default value, "
+ "setting anyway - please fix!");
CCTK_SetString (param->data, value);
}
}
@@ -2067,8 +2067,8 @@ static int ParameterSetSentence (t_param *param, const char *value)
if (*(char **) param->data == NULL)
{
CCTK_VWarn (1, __LINE__, __FILE__, "Cactus",
- "Since this was the default value, "
- "setting anyway - please fix!");
+ "Since this was the default value, "
+ "setting anyway - please fix!");
CCTK_SetString (param->data, value);
}
}