aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/configuration.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2012-02-24 14:43:13 -0500
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:03 +0100
commita50b94db8d36ffd6c9aca449299e8148c2b8fd33 (patch)
treec45c57f43e14e22807bc954dc3bd89270d22f643 /Carpet/CarpetLib/configuration.ccl
parent181db01dd6579975d5b6d9a56a5ad4792012f1dd (diff)
CarpetLib: Add preliminary support for DGFE operators
Diffstat (limited to 'Carpet/CarpetLib/configuration.ccl')
-rw-r--r--Carpet/CarpetLib/configuration.ccl7
1 files changed, 6 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/configuration.ccl b/Carpet/CarpetLib/configuration.ccl
index 313afc304..7e9f0f8bd 100644
--- a/Carpet/CarpetLib/configuration.ccl
+++ b/Carpet/CarpetLib/configuration.ccl
@@ -6,8 +6,13 @@ PROVIDES CarpetLib
LANG
}
+REQUIRES Vectors
+
OPTIONAL LoopControl
{
}
-REQUIRES Vectors
+# DGFE
+OPTIONAL HRSCCore
+{
+}