Skip to content

Commit fea9884

Browse files
committed
compiler: Add ULONG to __all__
1 parent 37f2c14 commit fea9884

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
@@ -10,8 +10,8 @@
1010
from devito.tools.dtypes_lowering import dtype_mapper
1111

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

1616

1717
limits_mapper = {

0 commit comments

Comments
 (0)