From 153d93b0f564c8c432e1dc214dfc964cf91e125f Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 29 Jun 1999 14:17:55 +0000 Subject: New names: declare_parameters.h -> cctk_parameters.h declare_arguments.h -> cctk_arguments.h DECLARE_PARAMETERS -> DECLARE_CCTK_PARAMETERS Thorn changes in CactusBase and CactusEinstein will be commited now. git-svn-id: http://svn.cactuscode.org/flesh/trunk@604 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/sbin/create_fortran_stuff.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sbin/create_fortran_stuff.pl') diff --git a/lib/sbin/create_fortran_stuff.pl b/lib/sbin/create_fortran_stuff.pl index ea4d7742..c3595d78 100644 --- a/lib/sbin/create_fortran_stuff.pl +++ b/lib/sbin/create_fortran_stuff.pl @@ -25,7 +25,7 @@ sub CreateFortranThornParameterBindings %parameter_database = @rest[0..(2*$n_param_database)-1]; %interface_database = @rest[2*$n_param_database..$#rest]; - push(@file, "#define DECLARE_PARAMETERS \\"); + push(@file, "#define DECLARE_CCTK_PARAMETERS \\"); # Generate all public parameters %these_parameters = &get_public_parameters(%parameter_database); -- cgit v1.2.3