aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@c78560ca-4b45-4335-b268-5f3340f3cb52>2004-03-27 16:04:43 +0000
committergoodale <goodale@c78560ca-4b45-4335-b268-5f3340f3cb52>2004-03-27 16:04:43 +0000
commit462afd41d508a3eedd0ab9e0b25cb6edfaefd5a6 (patch)
tree055debfc6b6d63218d52c144a6fdf4cb57781400
parent1843d54cf31b38c104effac3b909ab25dd066b30 (diff)
Updated configuration.ccl files. In Beta14 some of these will
disappear as function aliasing will be updated to have aliased functions either be optional or required, as opposed to optional as they are at the moment. This will thus remove the configuration.ccl files which are merely there to ensure that certain aliased functions are actually provided. Also far more stuff will be done via function aliasing which should remove some more of these dependencies. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@198 c78560ca-4b45-4335-b268-5f3340f3cb52
-rw-r--r--configuration.ccl11
1 files changed, 10 insertions, 1 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 1a5edbe..6a14089 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -1,4 +1,13 @@
# Configuration definitions for thorn CartGrid3D
# $Header$
-Requires Thorns: CoordBase
+# This will disappear once no-one calls anything from this thorn
+PROVIDES CartGrid3D
+{
+ SCRIPT
+ LANG
+}
+
+# This will disappear once the aliasing has a requires
+
+REQUIRES CoordBase