aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid2/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2011-12-19 10:19:00 -0500
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:15:40 +0100
commit53940e61151762dce705db377051c820481a84a5 (patch)
tree517f6ee5e255c2aab0b4ee4b9e25a1318a9f8494 /Carpet/CarpetRegrid2/schedule.ccl
parent15a353d4734b13769f5598331941ecacc608880d (diff)
CarpetRegrid2: Allocate storage for level_mask
Diffstat (limited to 'Carpet/CarpetRegrid2/schedule.ccl')
-rw-r--r--Carpet/CarpetRegrid2/schedule.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Carpet/CarpetRegrid2/schedule.ccl b/Carpet/CarpetRegrid2/schedule.ccl
index 2d93afae5..f57946e1a 100644
--- a/Carpet/CarpetRegrid2/schedule.ccl
+++ b/Carpet/CarpetRegrid2/schedule.ccl
@@ -3,6 +3,10 @@
STORAGE: last_iteration last_map
STORAGE: active num_levels positions radii radiixyz
STORAGE: old_active old_positions old_num_levels old_radiixyz
+if (adaptive_mesh_refinement)
+{
+ STORAGE: level_mask
+}