aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@6a38eb6e-646e-4a02-a296-d141613ad6c4>2004-03-27 16:04:43 +0000
committergoodale <goodale@6a38eb6e-646e-4a02-a296-d141613ad6c4>2004-03-27 16:04:43 +0000
commita02523eb1418f1736ce1f99aafa846531b62c283 (patch)
tree9b38dc285e7fb6a12d341bc213845fae09dc0fb5
parent296c51d02112757dee75f2953122b0745dc818b3 (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/Boundary/trunk@269 6a38eb6e-646e-4a02-a296-d141613ad6c4
-rw-r--r--configuration.ccl11
1 files changed, 11 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
new file mode 100644
index 0000000..904bd89
--- /dev/null
+++ b/configuration.ccl
@@ -0,0 +1,11 @@
+# Configuration definition for thorn Boundary
+# $Header$
+
+# This will disappear once function aliasing has requires
+
+PROVIDES Boundary
+{
+ SCRIPT
+ LANG
+}
+