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/CarpetRegrid/configuration.ccl | 6 ++---- Carpet/CarpetRegrid/interface.ccl | 4 +--- 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'Carpet/CarpetRegrid') diff --git a/Carpet/CarpetRegrid/configuration.ccl b/Carpet/CarpetRegrid/configuration.ccl index be06ddeb1..c8c72bcef 100644 --- a/Carpet/CarpetRegrid/configuration.ccl +++ b/Carpet/CarpetRegrid/configuration.ccl @@ -1,6 +1,4 @@ # Configuration definitions for thorn CarpetRegrid -# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetRegrid/configuration.ccl,v 1.3 2004/06/08 21:09:25 schnetter Exp $ +# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetRegrid/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/CarpetRegrid/interface.ccl b/Carpet/CarpetRegrid/interface.ccl index 64166f788..4c2504112 100644 --- a/Carpet/CarpetRegrid/interface.ccl +++ b/Carpet/CarpetRegrid/interface.ccl @@ -1,10 +1,8 @@ # Interface definition for thorn CarpetRegrid -# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetRegrid/interface.ccl,v 1.2 2003/06/18 18:28:07 schnetter Exp $ +# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetRegrid/interface.ccl,v 1.3 2003/09/04 16:23:22 tradke Exp $ implements: CarpetRegrid -inherits: CarpetLib driver - uses include header: carpet.hh uses include header: defs.hh -- cgit v1.2.3