Skip to content

Commit 6036e1f

Browse files
committed
WIP WIP
1 parent 2d9ffc2 commit 6036e1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devito/types/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ def symbolic_shape(self):
488488
ffp = FieldFromPointer(self._C_field_shape, self._C_symbol)
489489
ret = [s if is_integer(s) else IndexedPointer(ffp, i)
490490
for i, s in enumerate(super().symbolic_shape)]
491-
return tuple(ret)
491+
return DimensionTuple(*ret, getters=self.dimensions)
492492

493493
@property
494494
def _mem_heap(self):

0 commit comments

Comments
 (0)