Skip to content

Commit 5b06123

Browse files
committed
Small typo in safety code.
1 parent 143dae1 commit 5b06123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KleinianGroups-1.0/geometry/volumes.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function PolyhedronVolume(F, E, zetas) //F : faces, E : edges.
184184
end for;
185185
end if;
186186
end for;
187-
if #EdgesOfFace[f] ge 1 then
187+
if #EdgesOfFace[1] ge 1 then
188188
x00 := Rep(EdgesOfFace[1][1]);
189189
x00 := PerturbatedBtoH(j,x00);
190190
end if;

0 commit comments

Comments
 (0)