aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid2/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2011-12-19 11:06:04 -0500
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:15:40 +0100
commit437d09d01a5b3e2a32afe657ec4571cc784d00d4 (patch)
treec4850fcda6a43353480aae830821c9a939d6a00e /Carpet/CarpetRegrid2/schedule.ccl
parent53940e61151762dce705db377051c820481a84a5 (diff)
CarpetRegrid2: Warn user if level mask contains nans
Diffstat (limited to 'Carpet/CarpetRegrid2/schedule.ccl')
-rw-r--r--Carpet/CarpetRegrid2/schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetRegrid2/schedule.ccl b/Carpet/CarpetRegrid2/schedule.ccl
index f57946e1a..89c3a0663 100644
--- a/Carpet/CarpetRegrid2/schedule.ccl
+++ b/Carpet/CarpetRegrid2/schedule.ccl
@@ -3,7 +3,7 @@
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)
+if (adaptive_refinement)
{
STORAGE: level_mask
}