summaryrefslogtreecommitdiff
path: root/lib/sbin/create_c_stuff.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-25 09:28:06 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-25 09:28:06 +0000
commit9816d54f22009e284b8ebec501607e569c1567dd (patch)
tree95af0dc668a56c348852089501654230ed1ba305 /lib/sbin/create_c_stuff.pl
parent42a9ba8285948020fdc19056c07c8601bae0464c (diff)
Changing CCTK function name
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1284 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/create_c_stuff.pl')
-rw-r--r--lib/sbin/create_c_stuff.pl2
1 files changed, 1 insertions, 1 deletions
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,