[Commits] [svn:einsteintoolkit] GRHydro/trunk/ (Rev. 559)
    rhaas at tapir.caltech.edu 
    rhaas at tapir.caltech.edu
       
    Sat Jul  6 13:11:28 CDT 2013
    
    
  
User: rhaas
Date: 2013/07/06 01:11 PM
Modified:
 /trunk/
  param.ccl
Log:
 GRHydro: make atmosphere threshold steerable on recovery
 
 From: Christian David Ott <cott at zwicky.(none)>
File Changes:
Directory: /trunk/
==================
File [modified]: param.ccl
Delta lines: +2 -2
===================================================================
--- trunk/param.ccl	2013-07-06 18:11:25 UTC (rev 558)
+++ trunk/param.ccl	2013-07-06 18:11:28 UTC (rev 559)
@@ -482,12 +482,12 @@
   0: :: ""
 } 1.e-10
 
-REAL rho_abs_min "A minimum rho below which evolution is turned off (atmosphere). If negative, the relative minimum will be used instead."
+REAL rho_abs_min "A minimum rho below which evolution is turned off (atmosphere). If negative, the relative minimum will be used instead." STEERABLE=recover
 {
   -1.0: :: ""
 } -1.0
 
-REAL rho_rel_min "A minimum relative rho (rhomin = centden * rho_rel_min) below which evolution is turned off (atmosphere). Only used if rho_abs_min < 0.0"
+REAL rho_rel_min "A minimum relative rho (rhomin = centden * rho_rel_min) below which evolution is turned off (atmosphere). Only used if rho_abs_min < 0.0" STEERABLE=recover
 {
   0: :: ""
 } 1.e-9
    
    
More information about the Commits
mailing list