From 036f3c9bfc3b605201406f8badd237088552689b Mon Sep 17 00:00:00 2001 From: eschnett Date: Mon, 9 May 2011 01:03:12 +0000 Subject: Make Y_e fluxes publicly visible git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@247 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45 --- interface.ccl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl index 50d791a..449a888 100644 --- a/interface.ccl +++ b/interface.ccl @@ -529,7 +529,9 @@ real fs_alpha TYPE=SCALAR } "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" -- cgit v1.2.3