aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-08-03 18:00:47 +0000
committercott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-08-03 18:00:47 +0000
commit068d8a5c55e5f1898ca50fa449a1c59fd938f899 (patch)
tree2f6851c31979fc3212a52680d6bc492e579f294d
parent9f8b70b5e5bb4b0207c3c1b8d561b6a08247f205 (diff)
* change a PARAMWARN to WARN
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@262 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
-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