From a57af17b9b91c27fe2d7c4e31760630f23cec7cf Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 2 Mar 1999 16:28:12 +0000 Subject: 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 --- 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 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 -- cgit v1.2.3