aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2010-02-08 18:40:23 +0000
committerknarf <knarf@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2010-02-08 18:40:23 +0000
commit45e324b42bd7294c57c27247ad830db31e483a42 (patch)
tree0ba921d1bebc9e6a82d4e3b702182f7a0857d4a7
parentd974450025cd17a468c0f25d9b151209cc41c760 (diff)
make flux variables public to be able to influence them from inheriting thorns
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@66 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
-rw-r--r--interface.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface.ccl b/interface.ccl
index c335358..3bb1d5b 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -250,13 +250,13 @@ CCTK_REAL whisky_C2P_failed TYPE=GF Timelevels = 1 tags='Prolongation="restrict"
# Should we do the same for the atmo masks?
-private:
-
real whisky_fluxes type = GF Timelevels = 1 tags='Prolongation="None" checkpoint="no"'
{
densflux, sxflux, syflux, szflux, tauflux
} "Fluxes for each conserved variable"
+private:
+
int whisky_reflevel type = SCALAR tags='checkpoint="no"' "Refinement level Whisky is working on right now"
real whisky_con_bext type = GF Timelevels = 1 tags='Prolongation="None" checkpoint="no"'