summaryrefslogtreecommitdiff
path: root/lib/sbin/CST
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-03-01 14:29:11 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-03-01 14:29:11 +0000
commit0fa6ebb67f8678942e83bac79b81f8cb8ea4a618 (patch)
tree7b17cd44ccc0177003e0d27c7aeab957d174bc1c /lib/sbin/CST
parent764484a82ab13d84024ffd30039b82ae0783d8b8 (diff)
Fixed protected parameter common blocks
git-svn-id: http://svn.cactuscode.org/flesh/trunk@371 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 8a2d4f97..c9baa41d 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"} = "$implementation"."prot";
+ $structures{"PROTECTED_\U$implementation\E_STRUCT"} = "cctk_params_$implementation"."_protected";
# Generate the data header file