summaryrefslogtreecommitdiff
path: root/lib/sbin/CST
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-12 18:33:16 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-12 18:33:16 +0000
commit85f4182fe4a594ca02f88f858a1aa966769736ab (patch)
tree8f6444b86686c92a739dc5d424561fc15cb21bbf /lib/sbin/CST
parent272816cc6814ca1b0d1f76596194523ecb8a36d0 (diff)
Check that array sizes in interface.ccl are parameters
At the moment this is still crude, only check is that the parameter name is in a thorn, I'm not checking the implementation/thorn name git-svn-id: http://svn.cactuscode.org/flesh/trunk@2177 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/CST')
-rw-r--r--lib/sbin/CST4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sbin/CST b/lib/sbin/CST
index bbff1bb6..f93fbf3f 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.40 2001-02-24 17:31:08 allen Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/sbin/CST,v 1.41 2001-05-12 18:33:16 allen Exp $
#@@*/
# Global parameter to track the number of errors from the CST
@@ -536,7 +536,7 @@ sub CreateBindings
print " Creating parameter bindings...\n";
&CreateParameterBindings($bindings_dir, $rhparameter_db, $rhinterface_db);
print " Creating variable bindings...\n";
- &CreateVariableBindings($bindings_dir, $rhinterface_db);
+ &CreateVariableBindings($bindings_dir, $rhinterface_db, $rhparameter_db);
print " Creating schedule bindings...\n";
&CreateScheduleBindings($bindings_dir, $rhinterface_db, $rhschedule_db);
print " Creating function bindings...\n";