aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authoreschnett <eschnett@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-09-12 18:00:56 +0000
committereschnett <eschnett@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-09-12 18:00:56 +0000
commitfc8ec7ec6866f37e1cabb31af06575b6f72f8176 (patch)
tree4862a5c28ad91d49606b2615db9c26695a8d591e /interface.ccl
parentc50cf6cc15d71de70e418d172faca0789e3a4eee (diff)
Correct format specifier
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@421 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index 7650be1..06d9a63 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -611,8 +611,8 @@ real fs_alpha TYPE=SCALAR
fs_alpha5
} "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_rhs TYPE=GF tags='Prolongation="None" checkpoint="no"' "RHS for the electron fraction"
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"