aboutsummaryrefslogtreecommitdiff
path: root/src/Check.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Check.c')
-rw-r--r--src/Check.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Check.c b/src/Check.c
index c2e921c..fed0fdd 100644
--- a/src/Check.c
+++ b/src/Check.c
@@ -56,8 +56,8 @@ int Boundary_Check(CCTK_ARGUMENTS);
@returntype int
@returndesc
0 success
- -1 cactus executable contains variable group with too many
- dimensions
+ -1 cactus executable contains variable group with too many
+ dimensions
@endreturndesc
@@*/
@@ -70,9 +70,9 @@ int Boundary_Check(CCTK_ARGUMENTS)
if (CCTK_MaxDim() > 15)
{
CCTK_VWarn(1, __LINE__, __FILE__, CCTK_THORNSTRING,
- "Executable contains variable group with more than 15 "
- "dimensions. Thorn Boundary will not function properly for "
- "these variable groups.");
+ "Executable contains variable group with more than 15 "
+ "dimensions. Thorn Boundary will not function properly for "
+ "these variable groups.");
retval = -1;
}
return retval;