summaryrefslogtreecommitdiff
path: root/lib/sbin/CST
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-01-19 14:22:04 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-01-19 14:22:04 +0000
commita871263329e969b92a3835a06286df9ee2574e3d (patch)
tree173e1678f7e5cad0532c8c553aa0a004b35a9efe /lib/sbin/CST
parent539f0616473c60e35b88780ac7b96d4cba1ef6f9 (diff)
Add (incomplete) Fortran 90 bindings for the flesh functions.
Also, detect Fortran 90 inter-module dependencies automatically. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3524 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/CST')
-rw-r--r--lib/sbin/CST5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/sbin/CST b/lib/sbin/CST
index d36a675c..e761ceb3 100644
--- a/lib/sbin/CST
+++ b/lib/sbin/CST
@@ -6,7 +6,7 @@
# @desc
# Parses the the configuration files for thorns.
# @enddesc
-# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/sbin/CST,v 1.59 2003-11-21 15:27:24 schnetter Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/sbin/CST,v 1.60 2004-01-19 14:22:04 schnetter Exp $
#@@*/
# Global parameter to track the number of errors from the CST
@@ -352,7 +352,8 @@ sub CreateThornLinkList
# add this thorn to the thorn liblist
# as well as any other thorns it requires (directly or indirectly)
- push (@liblist, $thorn, RequiredThorns ($thorn, $thorn, $config));
+ push (@liblist, $thorn, RequiredThorns ($thorn, $thorn, $config),
+ 'Cactus', 'CactusBindings');
}
# remove duplicate entries from the list, only keeping the rightmost