aboutsummaryrefslogtreecommitdiff
path: root/src/paramcheck.c
diff options
context:
space:
mode:
authorknarf <knarf@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2005-07-26 10:40:36 +0000
committerknarf <knarf@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2005-07-26 10:40:36 +0000
commit684e2dadb30f8722878e0ae9f6bca6b0f8316074 (patch)
tree73687239d608b7371d8ee230c4532f8d719cf2d6 /src/paramcheck.c
parent3242cf5cf9628380c615e074b295f84f74f2a585 (diff)
respect emask if requested by parameter
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Dissipation/trunk@15 850bcc8b-0e4f-0410-8c26-8d28fbf1eda9
Diffstat (limited to 'src/paramcheck.c')
-rw-r--r--src/paramcheck.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/paramcheck.c b/src/paramcheck.c
index d3629fe..86b5c97 100644
--- a/src/paramcheck.c
+++ b/src/paramcheck.c
@@ -26,4 +26,8 @@ dissipation_paramcheck (CCTK_ARGUMENTS)
CCTK_PARAMWARN ("The aliased function \"HorizonRadiusInDirection\" must be defined when the parameter \"extra_dissipation_in_horizons\" is set and one of the sources is AHFinderDirect");
}
}
+ if (respect_emask && !use_mask)
+ {
+ CCTK_PARAMWARN ("You can only respect the emask if it is used (use_mask)");
+ }
}