Skip to content

Commit

Permalink
correctly set 'symmetric' flag for constant parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
c-f-h committed May 17, 2022
1 parent 91f7e47 commit d39cb1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyiga/vform.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def __init__(self, name, shape):
self.name = name
self.shape = shape
self.scope = Scope.CONSTANT
self.symmetric = False # currently only used for storage_size()
def hash(self):
return hash((self.name, self.shape))

Expand Down

0 comments on commit d39cb1c

Please sign in to comment.