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

rhaas at tapir.caltech.edu rhaas at tapir.caltech.edu
Thu Jul 5 00:36:32 CDT 2012


User: rhaas
Date: 2012/07/05 12:36 AM

Modified:
 /trunk/
  param.ccl

Log:
 * fix range error in GRHydro_Y_e_max

File Changes:

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

File [modified]: param.ccl
Delta lines: +1 -1
===================================================================
--- trunk/param.ccl	2012-07-05 05:36:29 UTC (rev 375)
+++ trunk/param.ccl	2012-07-05 05:36:31 UTC (rev 376)
@@ -316,7 +316,7 @@
 
 REAL GRHydro_Y_e_max "maximum allowed Y_e" STEERABLE=ALWAYS
 {
- 1.0:*   :: "Larger than or equal to zero; 1 is default"
+ 0.0:*   :: "Larger than or equal to zero; 1 is default"
 } 1.0
 
 



More information about the Commits mailing list