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

schnetter at cct.lsu.edu schnetter at cct.lsu.edu
Sun May 8 20:03:12 CDT 2011


User: eschnett
Date: 2011/05/08 08:03 PM

Modified:
 /trunk/
  interface.ccl

Log:
 Make Y_e fluxes publicly visible

File Changes:

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

File [modified]: interface.ccl
Delta lines: +2 -0
===================================================================
--- trunk/interface.ccl	2011-04-28 21:33:20 UTC (rev 246)
+++ trunk/interface.ccl	2011-05-09 01:03:12 UTC (rev 247)
@@ -529,7 +529,9 @@
 } "Maximum characteristic speeds for the flux splitting"
 
 real Y_e_con_rhs TYPE=GF tags='Prolongation="None" checkpoint="no"' "RHS for the electron fraction"
+public:
 real Y_e_con_flux TYPE=GF tags='Prolongation="None" checkpoint="no"' "Flux for the electron fraction"
+private:
 real Y_e_plus TYPE=GF tags='Prolongation="None" checkpoint="no"' "Plus state  for the electron fraction"
 real Y_e_minus TYPE=GF tags='Prolongation="None" checkpoint="no"' "Minus state for the electron fraction"
 



More information about the Commits mailing list