Skip to content

Commit 5eba76e

Browse files
committed
compiler: Add ULONG to __all__
1 parent 4497863 commit 5eba76e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

devito/symbolics/extended_dtypes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
from devito.tools.dtypes_lowering import dtype_mapper
88

99
__all__ = ['cast', 'CustomType', 'limits_mapper', 'INT', 'FLOAT', 'BaseCast', # noqa
10-
'DOUBLE', 'VOID', 'NoDeclStruct', 'c_complex', 'c_double_complex',
11-
'LONG']
10+
'DOUBLE', 'VOID', 'LONG', 'ULONG', 'NoDeclStruct', 'c_complex',
11+
'c_double_complex']
1212

1313

1414
limits_mapper = {

0 commit comments

Comments
 (0)