[Commits] [svn:einsteintoolkit] GRHydro/trunk/ (Rev. 342)
    rhaas at tapir.caltech.edu 
    rhaas at tapir.caltech.edu
       
    Tue Jun  5 15:29:04 CDT 2012
    
    
  
User: rhaas
Date: 2012/06/05 03:29 PM
Modified:
 /trunk/
  param.ccl
 /trunk/src/
  GRHydro_UpdateMask.F90
Log:
 GRHydro: Added verbosity parameter.
 
 Patch by Christian Reisswig.
File Changes:
Directory: /trunk/src/
======================
File [modified]: GRHydro_UpdateMask.F90
Delta lines: +2 -0
===================================================================
--- trunk/src/GRHydro_UpdateMask.F90	2012-06-05 20:28:24 UTC (rev 341)
+++ trunk/src/GRHydro_UpdateMask.F90	2012-06-05 20:29:03 UTC (rev 342)
@@ -221,6 +221,8 @@
     vup => vel
   end if
 
+  if (verbose.eq.1) call CCTK_INFO("Entering AtmosphereReset.")
+
 !$OMP PARALLEL DO PRIVATE(det,keytemp,i,j,k,anyerr,keyerr)
   do k = 1, cctk_lsh(3)
     do j = 1, cctk_lsh(2)
Directory: /trunk/
==================
File [modified]: param.ccl
Delta lines: +7 -0
===================================================================
--- trunk/param.ccl	2012-06-05 20:28:24 UTC (rev 341)
+++ trunk/param.ccl	2012-06-05 20:29:03 UTC (rev 342)
@@ -607,3 +607,10 @@
 {
 } no
 
+
+
+
+BOOLEAN verbose "Some debug output"
+{
+} no
+
    
    
More information about the Commits
mailing list