aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetSlab
diff options
context:
space:
mode:
authortradke <>2003-09-04 14:23:00 +0000
committertradke <>2003-09-04 14:23:00 +0000
commita89e0bb3beb18555c40f5b31f231857143faa8ac (patch)
treeb28489f40f488d6567c67f7ccfc2a08a2ee97080 /Carpet/CarpetSlab
parentc7bc3b132f8f8b59134814bbfb49cf35be740170 (diff)
Carpet infrastructure thorns now require the thorns they depend upon
(CarpetLib, Carpet, FlexIO) to be compiled in and activated via the "Requires thorns: ..." attribute in the configuration.ccl files. No need to inherit from those thorns/implementations anymore. darcs-hash:20030904142321-1d9bf-309be01f0950d97b8cb45d041d44edce01aff2a5.gz
Diffstat (limited to 'Carpet/CarpetSlab')
-rw-r--r--Carpet/CarpetSlab/configuration.ccl6
-rw-r--r--Carpet/CarpetSlab/interface.ccl4
2 files changed, 3 insertions, 7 deletions
diff --git a/Carpet/CarpetSlab/configuration.ccl b/Carpet/CarpetSlab/configuration.ccl
index 8ff27ef27..b3286150b 100644
--- a/Carpet/CarpetSlab/configuration.ccl
+++ b/Carpet/CarpetSlab/configuration.ccl
@@ -1,6 +1,4 @@
# Configuration definitions for thorn CarpetSlab
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetSlab/configuration.ccl,v 1.5 2004/06/08 21:09:25 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetSlab/configuration.ccl,v 1.1 2003/09/04 16:23:22 tradke Exp $
-REQUIRES Carpet CarpetLib
-
-REQUIRES THORNS: Carpet CarpetLib
+Requires Thorns: Carpet CarpetLib
diff --git a/Carpet/CarpetSlab/interface.ccl b/Carpet/CarpetSlab/interface.ccl
index f955b8c31..96d182492 100644
--- a/Carpet/CarpetSlab/interface.ccl
+++ b/Carpet/CarpetSlab/interface.ccl
@@ -1,10 +1,8 @@
# Interface definition for thorn CarpetSlab
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetSlab/interface.ccl,v 1.5 2003/06/18 18:28:08 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetSlab/interface.ccl,v 1.6 2003/09/04 16:23:22 tradke Exp $
implements: Hyperslab
-inherits: CarpetLib driver
-
includes header: slab.h in Hyperslab.h
uses include header: carpet.hh