Skip to content

Commit 406a88b

Browse files
committed
work in progress
1 parent ba66b48 commit 406a88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyccel/codegen/printing/ccode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ def get_declare_type(self, expr):
13131313
self.add_import(c_imports['ndarrays'])
13141314
dtype = 't_ndarray'
13151315
elif isinstance(expr.class_type, CudaArrayType):
1316-
dtype = 't_cuda'
1316+
dtype = 'int *'
13171317

13181318
else:
13191319
errors.report(PYCCEL_RESTRICTION_TODO+' (rank>0)', symbol=expr, severity='fatal')

0 commit comments

Comments
 (0)