Skip to content

Commit

Permalink
Merge pull request #279 from aniemeyer/SplitBug
Browse files Browse the repository at this point in the history
Bug fix in `__SIMPLICIAL_ComputeNewVertexEdgePaths`
  • Loading branch information
MeikeWeiss authored Sep 12, 2024
2 parents 06f712a + e3c1efe commit f825081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gap/PolygonalComplexes/modification.gi
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ BindGlobal( "__SIMPLICIAL_ComputeNewVertexEdgePaths",
Add(extOld, PathAsList(vePath)[i]);

Add(newPaths, [ extNew, extOld ]);

new := new + 1;
used:=true;
fi;
od;
Expand Down

0 comments on commit f825081

Please sign in to comment.