aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-06-21 16:06:48 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-06-21 16:06:48 +0000
commitcefb5b5699f873f4516e068595bdec024820b82c (patch)
tree58a53b32a68108595789476fc6a8bd12dadd3cd2
parent00b2854ef4f66d616f1ad7f8c689fdfe877c9625 (diff)
GRHYdro: don't checkpoint real atmo mask.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@365 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
-rw-r--r--interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index 689f155..30380a5 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -427,7 +427,7 @@ int GRHydro_atmosphere_mask type = GF Timelevels = 1 tags='Prolongation="None"'
# This real mask is set during UpdateAtmosphereMask and sync'ed afterwards (including possible interpatch interpolation)
# After syn'ing and before any con2prim fun, we set the integer mask above based on the real-valued mask.
# This ensures that any routine using the int mask is still correctly working.
-real GRHydro_atmosphere_mask_real type = GF Timelevels = 1 tags='Prolongation="copy"'
+real GRHydro_atmosphere_mask_real type = GF Timelevels = 1 tags='Prolongation="copy" checkpoint="no"'
{
atmosphere_mask_real
} "Flags to say whether a point needs to be reset to the atmosphere. This is sync'ed (and possibly interpolated)!"