summaryrefslogtreecommitdiff
path: root/lib/sbin/create_fortran_stuff.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-29 14:17:55 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-06-29 14:17:55 +0000
commit153d93b0f564c8c432e1dc214dfc964cf91e125f (patch)
treee3ef3cbbad55387d55aa7955ba163e7929120c74 /lib/sbin/create_fortran_stuff.pl
parentd9309b5c94705b769a7398e309986bb41b784817 (diff)
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
Diffstat (limited to 'lib/sbin/create_fortran_stuff.pl')
-rw-r--r--lib/sbin/create_fortran_stuff.pl2
1 files changed, 1 insertions, 1 deletions
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);