Skip to content
Snippets Groups Projects
Commit 346decb5 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix stringification of LinearSubscript.

parent 12e15377
Branches
Tags
No related merge requests found
......@@ -119,6 +119,9 @@ class LinearSubscript(AlgebraicLeaf):
def __getinitargs__(self):
return self.aggregate, self.index
def stringifier(self):
return StringifyMapper
mapper_method = intern("map_linear_subscript")
# }}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment