summaryrefslogtreecommitdiff
path: root/lib/sbin/CST
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-03-02 16:28:12 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-03-02 16:28:12 +0000
commita57af17b9b91c27fe2d7c4e31760630f23cec7cf (patch)
tree56ed6b0e03a80295c59f41f5aeb71ecca1904f0b /lib/sbin/CST
parent0fa6ebb67f8678942e83bac79b81f8cb8ea4a618 (diff)
Changing common block names since I remembered they have to be short
on one architecture git-svn-id: http://svn.cactuscode.org/flesh/trunk@372 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/CST')
-rw-r--r--lib/sbin/CST2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/CST b/lib/sbin/CST
index c9baa41d..8a2d4f97 100644
--- a/lib/sbin/CST
+++ b/lib/sbin/CST
@@ -469,7 +469,7 @@ sub CreateParameterBindings
$files .= " \U$implementation\E". "_protected.c";
$routines{"CCTK_BindingsParameters$implementation"."_protected"} = "$implementation";
- $structures{"PROTECTED_\U$implementation\E_STRUCT"} = "cctk_params_$implementation"."_protected";
+ $structures{"PROTECTED_\U$implementation\E_STRUCT"} = "$implementation"."prot";
# Generate the data header file