Skip to content

Commit

Permalink
Allow for same column energy comparisons
Browse files Browse the repository at this point in the history
  • Loading branch information
ricalmang committed Oct 22, 2020
1 parent b954c25 commit 0c9be55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mechasvg/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self):
self.svg_repl = {"full": "","dashed":'stroke-dasharray="10,10"',"dashed1":'stroke-dasharray="6,6"',"dashed2":'stroke-dasharray="4,4"',"dashed3":'stroke-dasharray="2,2"'}
# Random PES generator
self.trickster = True # Include random PES generator?
self.name = "MechaSVG v 0.1.0"
self.name = "MechaSVG v 0.1.1"
######################## YOU ARE PROBABLY BETTER OFF NOT MESSING WITH THE FOLLOWING ############################
self.menu_c = list(self.svg_repl.keys())
# TDI and TDTS placement corrections
Expand Down

0 comments on commit 0c9be55

Please sign in to comment.