aboutsummaryrefslogtreecommitdiff
path: root/src/ParamCheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ParamCheck.c')
-rw-r--r--src/ParamCheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ParamCheck.c b/src/ParamCheck.c
index ae68e81..c98c72d 100644
--- a/src/ParamCheck.c
+++ b/src/ParamCheck.c
@@ -38,7 +38,7 @@ void Extract_ParamCheck(CCTK_ARGUMENTS)
DECLARE_CCTK_PARAMETERS
if(! (CCTK_EQUALS(metric_type, "physical") ||
- CCTK_EQUALS(metric_type, "static conformal")))
+ CCTK_EQUALS(metric_type, "static conformal")))
{
CCTK_PARAMWARN("Extract only works currently with metric_type \"static conformal\" or \"physical\"");
}