From a89e0bb3beb18555c40f5b31f231857143faa8ac Mon Sep 17 00:00:00 2001 From: tradke <> Date: Thu, 4 Sep 2003 14:23:00 +0000 Subject: 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 --- Carpet/CarpetSlab/configuration.ccl | 6 ++---- Carpet/CarpetSlab/interface.ccl | 4 +--- 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'Carpet/CarpetSlab') 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 -- cgit v1.2.3