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, 4 insertions, 0 deletions
diff --git a/lib/sbin/create_c_stuff.pl b/lib/sbin/create_c_stuff.pl
index 046a3e23..499f8767 100644
--- a/lib/sbin/create_c_stuff.pl
+++ b/lib/sbin/create_c_stuff.pl
@@ -99,6 +99,10 @@ sub get_c_type_string
{
$type_string = 'CCTK_INT';
}
+ elsif($type eq 'INT1')
+ {
+ $type_string = 'CCTK_INT1';
+ }
elsif($type eq 'INT2')
{
$type_string = 'CCTK_INT2';