aboutsummaryrefslogtreecommitdiff
path: root/src/GRHydro_Boundaries.F90
diff options
context:
space:
mode:
Diffstat (limited to 'src/GRHydro_Boundaries.F90')
-rw-r--r--src/GRHydro_Boundaries.F902
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GRHydro_Boundaries.F90 b/src/GRHydro_Boundaries.F90
index 673a2ea..5bfd457 100644
--- a/src/GRHydro_Boundaries.F90
+++ b/src/GRHydro_Boundaries.F90
@@ -125,7 +125,7 @@ subroutine GRHydro_InitSymBound(CCTK_ARGUMENTS)
! check that storage for shift is active
if(shift_state.eq.0) then
- call CCTK_PARAMWARN("shift_state = 0 (no shift storage) no longer supported!");
+ call CCTK_WARN(0,"shift_state = 0 (no shift storage) no longer supported!");
endif