aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@5301f0c2-dbc4-4cee-b2f5-8d7afba4d129>2004-05-17 12:28:56 +0000
committergoodale <goodale@5301f0c2-dbc4-4cee-b2f5-8d7afba4d129>2004-05-17 12:28:56 +0000
commitf53f70e0b8caf2b9dcba74cad3c6fc9cffc86217 (patch)
treeeae95dfe8e732f2c877f489576721abac218789d
parent58d8c0e9ba4217b011ed5fc572973dca842ee5f2 (diff)
Untabified. Please try to adhere to the Cactus coding guidelines when
modifying or adding files. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@97 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
-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\"");
}