From 0fa6ebb67f8678942e83bac79b81f8cb8ea4a618 Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 1 Mar 1999 14:29:11 +0000 Subject: Fixed protected parameter common blocks git-svn-id: http://svn.cactuscode.org/flesh/trunk@371 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/sbin/CST | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sbin/CST') 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 -- cgit v1.2.3