aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/CarpetIOSer
diff options
context:
space:
mode:
authortradke <>2003-09-04 14:23:00 +0000
committertradke <>2003-09-04 14:23:00 +0000
commita89e0bb3beb18555c40f5b31f231857143faa8ac (patch)
treeb28489f40f488d6567c67f7ccfc2a08a2ee97080 /CarpetExtra/CarpetIOSer
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 'CarpetExtra/CarpetIOSer')
-rw-r--r--CarpetExtra/CarpetIOSer/configuration.ccl4
-rw-r--r--CarpetExtra/CarpetIOSer/interface.ccl4
2 files changed, 4 insertions, 4 deletions
diff --git a/CarpetExtra/CarpetIOSer/configuration.ccl b/CarpetExtra/CarpetIOSer/configuration.ccl
index d66eba98d..d0bcb32b6 100644
--- a/CarpetExtra/CarpetIOSer/configuration.ccl
+++ b/CarpetExtra/CarpetIOSer/configuration.ccl
@@ -1,4 +1,4 @@
# Configuration definitions for thorn CarpetIOSer
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIOSer/configuration.ccl,v 1.2 2004/04/18 14:10:30 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIOSer/configuration.ccl,v 1.1 2003/09/04 16:23:22 tradke Exp $
-REQUIRES Carpet CarpetLib
+Requires Thorns: Carpet CarpetLib
diff --git a/CarpetExtra/CarpetIOSer/interface.ccl b/CarpetExtra/CarpetIOSer/interface.ccl
index b535e1686..733dcef51 100644
--- a/CarpetExtra/CarpetIOSer/interface.ccl
+++ b/CarpetExtra/CarpetIOSer/interface.ccl
@@ -1,8 +1,8 @@
# Interface definition for thorn CarpetIOSer
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIOSer/interface.ccl,v 1.2 2003/08/14 17:22:54 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/CarpetIOSer/interface.ccl,v 1.3 2003/09/04 16:23:22 tradke Exp $
implements: IOSer
-inherits: CarpetLib driver Hyperslab
+inherits: Hyperslab
uses include header: carpet.hh