Skip to content

Commit

Permalink
freds bugfix on dual
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenovic committed Sep 5, 2016
1 parent 3572422 commit ad275f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clifford/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ def dual(self, I=None):
else:
Iinv = I.inv()

return self | Iinv
return self * Iinv

def commutator(self, other):
"""Returns the commutator product of two multivectors.
Expand Down

0 comments on commit ad275f6

Please sign in to comment.