aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
authorschnetter <>2004-06-08 19:09:00 +0000
committerschnetter <>2004-06-08 19:09:00 +0000
commitd09aaf0d00ba30323f7b97cdd36ca80f76273693 (patch)
tree1e23e1a22e39c63bada4a840ab953b8a435d7324 /Carpet
parent4f8903c830d7fc3e834f1bd97e307840aa1e97ff (diff)
Use "requires thorns" to ensure that the thorns are activated in the
Use "requires thorns" to ensure that the thorns are activated in the correct order. darcs-hash:20040608190925-07bb3-70b0ac8ee8e570c0b7fff50b02395a288482257d.gz
Diffstat (limited to 'Carpet')
-rw-r--r--Carpet/Carpet/configuration.ccl4
-rw-r--r--Carpet/Carpet/interface.ccl4
-rw-r--r--Carpet/CarpetIOASCII/configuration.ccl4
-rw-r--r--Carpet/CarpetIOASCII/interface.ccl4
-rw-r--r--Carpet/CarpetIOHDF5/configuration.ccl4
-rw-r--r--Carpet/CarpetIOHDF5/interface.ccl4
-rw-r--r--Carpet/CarpetInterp/configuration.ccl4
-rw-r--r--Carpet/CarpetInterp/interface.ccl4
-rw-r--r--Carpet/CarpetReduce/configuration.ccl4
-rw-r--r--Carpet/CarpetReduce/interface.ccl4
-rw-r--r--Carpet/CarpetRegrid/configuration.ccl4
-rw-r--r--Carpet/CarpetRegrid/interface.ccl4
-rw-r--r--Carpet/CarpetSlab/configuration.ccl4
-rw-r--r--Carpet/CarpetSlab/interface.ccl4
14 files changed, 28 insertions, 28 deletions
diff --git a/Carpet/Carpet/configuration.ccl b/Carpet/Carpet/configuration.ccl
index 60e530bbc..3880e348b 100644
--- a/Carpet/Carpet/configuration.ccl
+++ b/Carpet/Carpet/configuration.ccl
@@ -1,5 +1,5 @@
# Configuration definitions for thorn Carpet
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/configuration.ccl,v 1.4 2004/04/18 14:09:59 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/configuration.ccl,v 1.5 2004/06/08 21:09:25 schnetter Exp $
PROVIDES Carpet
{
@@ -8,3 +8,5 @@ PROVIDES Carpet
}
REQUIRES IOUtil CarpetLib
+
+REQUIRES THORNS: IOUtil CarpetLib
diff --git a/Carpet/Carpet/interface.ccl b/Carpet/Carpet/interface.ccl
index 2683f1cbe..1e59767be 100644
--- a/Carpet/Carpet/interface.ccl
+++ b/Carpet/Carpet/interface.ccl
@@ -1,10 +1,8 @@
# Interface definition for thorn Carpet
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/interface.ccl,v 1.17 2004/06/02 07:09:32 bzink Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/interface.ccl,v 1.18 2004/06/08 21:09:25 schnetter Exp $
IMPLEMENTS: Driver
-#INHERITS: IOUtil CarpetLib
-
include header: carpet_public.hh in carpet.hh
include header: carpet_public.h in carpet.h
diff --git a/Carpet/CarpetIOASCII/configuration.ccl b/Carpet/CarpetIOASCII/configuration.ccl
index a0c68ff19..06e1c135d 100644
--- a/Carpet/CarpetIOASCII/configuration.ccl
+++ b/Carpet/CarpetIOASCII/configuration.ccl
@@ -1,4 +1,6 @@
# Configuration definitions for thorn CarpetIOASCII
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOASCII/configuration.ccl,v 1.3 2004/04/18 14:09:59 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOASCII/configuration.ccl,v 1.4 2004/06/08 21:09:25 schnetter Exp $
REQUIRES Carpet CarpetLib IOUtil
+
+REQUIRES THORNS: Carpet CarpetLib IOUtil
diff --git a/Carpet/CarpetIOASCII/interface.ccl b/Carpet/CarpetIOASCII/interface.ccl
index 9308eda71..f02a98e5e 100644
--- a/Carpet/CarpetIOASCII/interface.ccl
+++ b/Carpet/CarpetIOASCII/interface.ccl
@@ -1,10 +1,8 @@
# Interface definition for thorn CarpetIOASCII
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOASCII/interface.ccl,v 1.12 2004/05/21 18:10:37 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOASCII/interface.ccl,v 1.13 2004/06/08 21:09:25 schnetter Exp $
IMPLEMENTS: IOASCII
-#INHERITS: Carpet CarpetLib IOUtil
-
uses include header: carpet.hh
uses include header: dist.hh
diff --git a/Carpet/CarpetIOHDF5/configuration.ccl b/Carpet/CarpetIOHDF5/configuration.ccl
index fd64f7a36..0323a73bd 100644
--- a/Carpet/CarpetIOHDF5/configuration.ccl
+++ b/Carpet/CarpetIOHDF5/configuration.ccl
@@ -1,4 +1,6 @@
# Configuration definitions for thorn CarpetIOHDF5
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOHDF5/configuration.ccl,v 1.2 2004/04/18 14:09:59 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOHDF5/configuration.ccl,v 1.3 2004/06/08 21:09:25 schnetter Exp $
REQUIRES Carpet CarpetLib IOUtil
+
+REQUIRES THORNS: Carpet CarpetLib IOUtil
diff --git a/Carpet/CarpetIOHDF5/interface.ccl b/Carpet/CarpetIOHDF5/interface.ccl
index d152b1c9f..b8d6a5da8 100644
--- a/Carpet/CarpetIOHDF5/interface.ccl
+++ b/Carpet/CarpetIOHDF5/interface.ccl
@@ -1,10 +1,8 @@
# Interface definition for thorn CarpetIOHDF5
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOHDF5/interface.ccl,v 1.4 2004/05/21 18:11:34 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOHDF5/interface.ccl,v 1.5 2004/06/08 21:09:25 schnetter Exp $
IMPLEMENTS: IOHDF5
-#INHERITS: Carpet CarpetLib IOUtil
-
uses include header: carpet.hh
uses include header: bbox.hh
diff --git a/Carpet/CarpetInterp/configuration.ccl b/Carpet/CarpetInterp/configuration.ccl
index 5bd5fe6e8..b96f6d5f0 100644
--- a/Carpet/CarpetInterp/configuration.ccl
+++ b/Carpet/CarpetInterp/configuration.ccl
@@ -1,4 +1,6 @@
# Configuration definitions for thorn CarpetInterp
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetInterp/configuration.ccl,v 1.2 2004/04/18 14:09:59 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetInterp/configuration.ccl,v 1.3 2004/06/08 21:09:25 schnetter Exp $
REQUIRES Carpet CarpetLib
+
+REQUIRES THORNS: Carpet CarpetLib
diff --git a/Carpet/CarpetInterp/interface.ccl b/Carpet/CarpetInterp/interface.ccl
index 44f1cad17..2141a0e8a 100644
--- a/Carpet/CarpetInterp/interface.ccl
+++ b/Carpet/CarpetInterp/interface.ccl
@@ -1,10 +1,8 @@
# Interface definition for thorn CarpetInterp
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetInterp/interface.ccl,v 1.7 2004/05/21 18:12:23 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetInterp/interface.ccl,v 1.8 2004/06/08 21:09:25 schnetter Exp $
IMPLEMENTS: interp
-#INHERITS: Carpet CarpetLib
-
uses include header: carpet.hh
uses include header: bbox.hh
diff --git a/Carpet/CarpetReduce/configuration.ccl b/Carpet/CarpetReduce/configuration.ccl
index a4a300b9e..b24240084 100644
--- a/Carpet/CarpetReduce/configuration.ccl
+++ b/Carpet/CarpetReduce/configuration.ccl
@@ -1,4 +1,6 @@
# Configuration definitions for thorn CarpetReduce
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetReduce/configuration.ccl,v 1.2 2004/04/18 14:09:59 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetReduce/configuration.ccl,v 1.3 2004/06/08 21:09:25 schnetter Exp $
REQUIRES Carpet CarpetLib
+
+REQUIRES THORNS: Carpet CarpetLib
diff --git a/Carpet/CarpetReduce/interface.ccl b/Carpet/CarpetReduce/interface.ccl
index 27524845b..272966db3 100644
--- a/Carpet/CarpetReduce/interface.ccl
+++ b/Carpet/CarpetReduce/interface.ccl
@@ -1,10 +1,8 @@
# Interface definition for thorn CarpetReduce
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetReduce/interface.ccl,v 1.6 2004/05/21 18:13:53 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetReduce/interface.ccl,v 1.7 2004/06/08 21:10:28 schnetter Exp $
IMPLEMENTS: reduce
-#INHERITS: Carpet CarpetLib
-
uses include header: carpet.hh
uses include header: dist.hh
diff --git a/Carpet/CarpetRegrid/configuration.ccl b/Carpet/CarpetRegrid/configuration.ccl
index 3f596e7c1..be06ddeb1 100644
--- a/Carpet/CarpetRegrid/configuration.ccl
+++ b/Carpet/CarpetRegrid/configuration.ccl
@@ -1,4 +1,6 @@
# Configuration definitions for thorn CarpetRegrid
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetRegrid/configuration.ccl,v 1.2 2004/04/18 14:09:59 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetRegrid/configuration.ccl,v 1.3 2004/06/08 21:09:25 schnetter Exp $
REQUIRES Carpet CarpetLib
+
+REQUIRES THORNS: Carpet CarpetLib
diff --git a/Carpet/CarpetRegrid/interface.ccl b/Carpet/CarpetRegrid/interface.ccl
index 0ea402dc8..644fda9f6 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.15 2004/06/02 07:08:52 bzink Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetRegrid/interface.ccl,v 1.16 2004/06/08 21:09:25 schnetter Exp $
IMPLEMENTS: CarpetRegrid
-#INHERITS: Carpet CarpetLib
-
uses include header: carpet.hh
uses include header: defs.hh
diff --git a/Carpet/CarpetSlab/configuration.ccl b/Carpet/CarpetSlab/configuration.ccl
index 49ab83849..8ff27ef27 100644
--- a/Carpet/CarpetSlab/configuration.ccl
+++ b/Carpet/CarpetSlab/configuration.ccl
@@ -1,4 +1,6 @@
# Configuration definitions for thorn CarpetSlab
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetSlab/configuration.ccl,v 1.4 2004/04/18 14:09:59 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetSlab/configuration.ccl,v 1.5 2004/06/08 21:09:25 schnetter Exp $
REQUIRES Carpet CarpetLib
+
+REQUIRES THORNS: Carpet CarpetLib
diff --git a/Carpet/CarpetSlab/interface.ccl b/Carpet/CarpetSlab/interface.ccl
index 1864a4064..78a5743da 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.11 2004/05/21 18:14:40 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetSlab/interface.ccl,v 1.12 2004/06/08 21:09:25 schnetter Exp $
IMPLEMENTS: Hyperslab
-#INHERITS: Carpet CarpetLib
-
includes header: slab.h in Hyperslab.h
uses include header: carpet.hh