aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/GRHydro_ParamCheck.F902
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GRHydro_ParamCheck.F90 b/src/GRHydro_ParamCheck.F90
index 07ef0ee..f311659 100644
--- a/src/GRHydro_ParamCheck.F90
+++ b/src/GRHydro_ParamCheck.F90
@@ -93,6 +93,8 @@ subroutine GRHydro_ParamCheck(CCTK_ARGUMENTS)
if (CCTK_EQUALS(Bvec_evolution_method,"GRHydro")) then
MHD = 1
+ ! issue a fatal warning, since MHD is not implemented yet
+ call CCTK_PARAMWARN("MHD is not yet implemented. Please run with GRHydro::Bvec_evolution_method='none'.");
else
MHD = 0
endif