From 9816d54f22009e284b8ebec501607e569c1567dd Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 25 Jan 2000 09:28:06 +0000 Subject: Changing CCTK function name git-svn-id: http://svn.cactuscode.org/flesh/trunk@1284 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/sbin/create_c_stuff.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sbin/create_c_stuff.pl') diff --git a/lib/sbin/create_c_stuff.pl b/lib/sbin/create_c_stuff.pl index 604488ce..87ec030c 100644 --- a/lib/sbin/create_c_stuff.pl +++ b/lib/sbin/create_c_stuff.pl @@ -368,7 +368,7 @@ sub create_parameter_code push(@lines, $line); } - $line = "ParameterCreate($parameter, $implementation, + $line = "CCTKi_ParameterCreate($parameter, $implementation, \"foobar\",\"" . $rhparameter_db->{"\U$implementation $parameter\E type"}."\" const char *scope, int steerable, -- cgit v1.2.3