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

knarf at cct.lsu.edu knarf at cct.lsu.edu
Wed Feb 9 13:23:22 CST 2011


User: knarf
Date: 2011/02/09 01:23 PM

Modified:
 /trunk/src/
  GRHydro_Eigenproblem.F90

Log:
 improve error message

File Changes:

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

File [modified]: GRHydro_Eigenproblem.F90
Delta lines: +1 -1
===================================================================
--- trunk/src/GRHydro_Eigenproblem.F90	2011-02-07 02:42:02 UTC (rev 215)
+++ trunk/src/GRHydro_Eigenproblem.F90	2011-02-09 19:23:22 UTC (rev 216)
@@ -546,7 +546,7 @@
   roeflux5 = rflux(5)
 
   if(roeflux1.ne.roeflux1) then
-     stop "bad herberd"
+     call CCTK_WARN(0, "Found NaNs in roeflux1, aborting")
   endif
 
 end subroutine eigenproblem



More information about the Commits mailing list