Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hypertiling
hypertiling
Commits
328625f2
Commit
328625f2
authored
Nov 05, 2021
by
Manuel Schrauth
Browse files
bugfix
parent
d2930a68
Changes
1
Hide whitespace changes
Inline
Side-by-side
hypertiling/core.py
View file @
328625f2
...
...
@@ -102,7 +102,7 @@ class HyperbolicTiling:
# assign each polygon a unique number
for
num
,
poly
in
enumerate
(
self
.
polygons
):
poly
.
idx
=
num
+
1
poly
.
idx
=
num
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment