aboutsummaryrefslogtreecommitdiff
path: root/src/InterpLocalUniform.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/InterpLocalUniform.c')
-rw-r--r--src/InterpLocalUniform.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/InterpLocalUniform.c b/src/InterpLocalUniform.c
index 860e085..9e7653e 100644
--- a/src/InterpLocalUniform.c
+++ b/src/InterpLocalUniform.c
@@ -2047,7 +2047,8 @@ if (p_error_info->found_per_point_status)
-p_error_info->error_count,
"error_point_status");
if (status < 0)
- then CCTK_VWarn(ERROR_MSG_SEVERITY_LEVEL,
+ then {
+ CCTK_VWarn(ERROR_MSG_SEVERITY_LEVEL,
__LINE__, __FILE__, CCTK_THORNSTRING,
"\n"
" CCTK_InterpLocalUniform():\n"
@@ -2056,6 +2057,7 @@ if (p_error_info->found_per_point_status)
,
status);
return status; /*** ERROR RETURN ***/
+ }
}
return 0; /*** NORMAL RETURN ***/