mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 20:12:48 -05:00
starting new triangulation technique. verified working with edges.
This commit is contained in:
@@ -15,7 +15,7 @@ namespace tc {
|
||||
data[target * ngens + gen] = coset;
|
||||
|
||||
if (path[target].coset == -1) {
|
||||
path[target] = {coset, gen};
|
||||
path[target] = {coset, gen, target};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace tc {
|
||||
data[target * ngens + gen] = coset;
|
||||
|
||||
if (path[target].coset == -1) {
|
||||
path[target] = {coset, gen};
|
||||
path[target] = {coset, gen, target};
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user