[Commits] [svn:einsteintoolkit] GRHydro/trunk/src/ (Rev. 262)

cott at tapir.caltech.edu cott at tapir.caltech.edu
Wed Aug 3 13:00:47 CDT 2011


User: cott
Date: 2011/08/03 01:00 PM

Modified:
 /trunk/src/
  GRHydro_Boundaries.F90

Log:
 * change a PARAMWARN to WARN

File Changes:

Directory: /trunk/src/
======================

File [modified]: GRHydro_Boundaries.F90
Delta lines: +1 -1
===================================================================
--- trunk/src/GRHydro_Boundaries.F90	2011-08-03 17:56:27 UTC (rev 261)
+++ trunk/src/GRHydro_Boundaries.F90	2011-08-03 18:00:47 UTC (rev 262)
@@ -125,7 +125,7 @@
 
 ! 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
 
   



More information about the Commits mailing list