aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetMask/configuration.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-12-01 18:31:10 -0500
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:25:39 +0000
commit5899becc5a72e3b36242bc91fcc1d723ce3a4609 (patch)
treefc859c74583c699ec7ca97befd303a04a9e7e47e /Carpet/CarpetMask/configuration.ccl
parent41e0e6369abdf4156560e0d5f268bc5a83b078e7 (diff)
CarpetMask: Make LoopControl optional
Use CCTK_LOOP instead of LC_LOOP. Make LoopControl optional.
Diffstat (limited to 'Carpet/CarpetMask/configuration.ccl')
-rw-r--r--Carpet/CarpetMask/configuration.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Carpet/CarpetMask/configuration.ccl b/Carpet/CarpetMask/configuration.ccl
index 505f2b2b9..4d391cd01 100644
--- a/Carpet/CarpetMask/configuration.ccl
+++ b/Carpet/CarpetMask/configuration.ccl
@@ -1,5 +1,5 @@
# Configuration definitions for thorn CarpetMask
-REQUIRES LoopControl
-
-REQUIRES THORNS: LoopControl
+OPTIONAL LoopControl
+{
+}