summaryrefslogtreecommitdiff
path: root/lib/sbin/create_c_stuff.pl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sbin/create_c_stuff.pl')
-rw-r--r--lib/sbin/create_c_stuff.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sbin/create_c_stuff.pl b/lib/sbin/create_c_stuff.pl
index 9203b4e7..45d44b51 100644
--- a/lib/sbin/create_c_stuff.pl
+++ b/lib/sbin/create_c_stuff.pl
@@ -329,11 +329,11 @@ sub get_c_type_string
$type eq "STRING" ||
$type eq "SENTENCE")
{
- $type_string = "char *";
+ $type_string = "CCTK_CHAR *";
}
elsif($type eq "LOGICAL")
{
- $type_string = "int ";
+ $type_string = "CCTK_INT ";
}
elsif($type eq "INT")
{