Skip to content

Commit

Permalink
changed in
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Apr 19, 2022
1 parent ee3b0e7 commit 05ab68d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified __pycache__/proof.cpython-39.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion proof.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ def closure(self,G,a,b):
'''
if G.contains(a) and G.contains(b):
G.mulElements(a,b)
self.steps+=[In(G,Mult([a,b]))]
self.steps+=[In(Mult([a,b]),G)]
self.justifications+=["Closure"]
self.show()
else:
Expand Down

0 comments on commit 05ab68d

Please sign in to comment.