aboutsummaryrefslogtreecommitdiff
path: root/src/GRHydro_ParamCheck.F90
diff options
context:
space:
mode:
authorcott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-08-03 17:56:27 +0000
committercott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-08-03 17:56:27 +0000
commit9f8b70b5e5bb4b0207c3c1b8d561b6a08247f205 (patch)
tree79a7e5e51fd373dcb7463d4be7c06d99b0a59d65 /src/GRHydro_ParamCheck.F90
parent3d406a9c020cf0e9d68ac6a051125d98b9641238 (diff)
* move check of shift_state .ne. 0 to
a routine that is scheduled in BASEGRID after ADMBase sets the shift state. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@261 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'src/GRHydro_ParamCheck.F90')
-rw-r--r--src/GRHydro_ParamCheck.F904
1 files changed, 0 insertions, 4 deletions
diff --git a/src/GRHydro_ParamCheck.F90 b/src/GRHydro_ParamCheck.F90
index ba6e641..2c29d13 100644
--- a/src/GRHydro_ParamCheck.F90
+++ b/src/GRHydro_ParamCheck.F90
@@ -92,10 +92,6 @@ subroutine GRHydro_ParamCheck(CCTK_ARGUMENTS)
evolve_MHD = 0
endif
- if(shift_state.eq.0) then
- call CCTK_PARAMWARN("shift_state = 0 (no shift storage) no longer supported!d");
- endif
-
if (CCTK_EQUALS(Y_e_evolution_method,"GRHydro")) then
evolve_Y_e = 1
else