From a02523eb1418f1736ce1f99aafa846531b62c283 Mon Sep 17 00:00:00 2001 From: goodale Date: Sat, 27 Mar 2004 16:04:43 +0000 Subject: 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 --- configuration.ccl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 configuration.ccl 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 +} + -- cgit v1.2.3