aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/template.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GeneralizedPolynomial-Uniform/template.c')
-rw-r--r--src/GeneralizedPolynomial-Uniform/template.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/template.c b/src/GeneralizedPolynomial-Uniform/template.c
index 1156575..9162b65 100644
--- a/src/GeneralizedPolynomial-Uniform/template.c
+++ b/src/GeneralizedPolynomial-Uniform/template.c
@@ -1245,14 +1245,14 @@ if (output_arrays[out] != NULL)
break;
#endif
default:
-CCTK_VWarn(1, __LINE__, __FILE__, CCTK_THORNSTRING,
+ CCTK_VWarn(1, __LINE__, __FILE__, CCTK_THORNSTRING,
"\n"
" CCTK_InterpLocalUniform(): generalized interpolation operation_code %d\n"
" is not supported!\n"
" (0-origin) output #out=%d"
- ,
- (int) operation_codes[out],
- out); /*NOTREACHED*/
+ ,
+ (int) operation_codes[out],
+ out); /*NOTREACHED*/
return UTIL_ERROR_BAD_INPUT; /*** ERROR RETURN ***/
/* end of switch (operation_codes[out]) */
}