aboutsummaryrefslogtreecommitdiff
path: root/configuration.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@0337457d-221f-4ee6-a5f0-14255d5370d8>2004-03-27 16:04:43 +0000
committergoodale <goodale@0337457d-221f-4ee6-a5f0-14255d5370d8>2004-03-27 16:04:43 +0000
commit7a1cbfcc78405ab3a88529b33a01a6f79aafe1ae (patch)
treea12b2a6887cc3bb4a279843a342b6f754a69616a /configuration.ccl
parentc61004450b4ffe90974e37ee6b1ab79be6b8838a (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/CoordBase/trunk@9 0337457d-221f-4ee6-a5f0-14255d5370d8
Diffstat (limited to 'configuration.ccl')
-rw-r--r--configuration.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
new file mode 100644
index 0000000..174a0c9
--- /dev/null
+++ b/configuration.ccl
@@ -0,0 +1,12 @@
+# Configuration definitions for thorn CoordBase
+# $Header$
+
+# This will disappear once we have a requires for function aliasing
+
+PROVIDES CoordBase
+{
+ SCRIPT
+ LANG
+}
+
+