summaryrefslogtreecommitdiff
path: root/lib/sbin/CST
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-06 10:40:42 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-06 10:40:42 +0000
commitb33ff2cffd96ff6f5ed1a34ac2ec9dd8a1064dd3 (patch)
tree3ccbf9e240580b5c13b3a78a14dcba32a2ed3b82 /lib/sbin/CST
parent303660b78db1a97956ba284723e01c6bb0bfdae4 (diff)
Renaming definethorn.h to cctk_DefineThorn.h
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1138 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 e88e08ef..d56ba7fa 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.33 1999-10-25 09:09:26 goodale Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/sbin/CST,v 1.34 1999-11-06 10:40:42 allen Exp $
#@@*/
# Global parameter to track the number of errors from the CST
@@ -133,7 +133,7 @@ print "Creating Thorn-Flesh bindings...\n";
# Create define file of active thorns
@definethornsheader = &CreateDefineThornsHeader(%thorns);
-&OutputFile("$bindings_dir/include/", "definethorn.h", @definethornsheader);
+&OutputFile("$bindings_dir/include/", "cctk_DefineThorn.h", @definethornsheader);
# Create define file for this thorn
@definethisthornheader = &CreateDefineThisThornHeader(%thorns);