[Commits] [svn:einsteintoolkit] HydroBase/ (Rev. 63)
rhaas at tapir.caltech.edu
rhaas at tapir.caltech.edu
Wed May 15 15:49:52 CDT 2013
User: rhaas
Date: 2013/05/15 03:49 PM
Modified:
/branches/ET_2013_05/
param.ccl
Log:
extent ID keywords by "read from file"
if given, we do nothing and assume the user uses IOUtil's filereader capability
to read in ID from disk.
Directory Changes:
Directory: /branches/ET_2013_05/
================================
Property changes on: branches/ET_2013_05
___________________________________________________________________
Directory: /svn:mergeinfo/
==========================
+ /trunk:62
File Changes:
Directory: /branches/ET_2013_05/
================================
File [modified]: param.ccl
Delta lines: +6 -0
===================================================================
--- branches/ET_2013_05/param.ccl 2013-05-15 20:46:57 UTC (rev 62)
+++ branches/ET_2013_05/param.ccl 2013-05-15 20:49:51 UTC (rev 63)
@@ -34,6 +34,7 @@
{
"none" :: "inactive"
"one" :: "initially set to one"
+ "read from file" :: "do nothing, filereader will provide data"
} "none"
KEYWORD Y_e_evolution_method "Evolution method for Y_e"
@@ -57,18 +58,21 @@
{
"none" :: "inactive"
"zero" :: "initially set to zero"
+ "read from file" :: "do nothing, filereader will provide data"
} "none"
KEYWORD initial_Avec "Initial value for Avec"
{
"none" :: "inactive"
"zero" :: "initially set to zero"
+ "read from file" :: "do nothing, filereader will provide data"
} "none"
KEYWORD initial_Aphi "Initial value for Aphi"
{
"none" :: "inactive"
"zero" :: "initially set to zero"
+ "read from file" :: "do nothing, filereader will provide data"
} "none"
KEYWORD Bvec_evolution_method "Evolution method for Bvec"
@@ -87,12 +91,14 @@
{
"none" :: "inactive"
"zero" :: "initially set to zero"
+ "read from file" :: "do nothing, filereader will provide data"
} "none"
KEYWORD initial_entropy "Initial value for entropy"
{
"none" :: "inactive"
"zero" :: "initially set to zero"
+ "read from file" :: "do nothing, filereader will provide data"
} "none"
More information about the Commits
mailing list