Skip to content

Commit

Permalink
Small typo in safety code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmasdeu committed Oct 15, 2014
1 parent 143dae1 commit 5b06123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KleinianGroups-1.0/geometry/volumes.m
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function PolyhedronVolume(F, E, zetas) //F : faces, E : edges.
end for;
end if;
end for;
if #EdgesOfFace[f] ge 1 then
if #EdgesOfFace[1] ge 1 then
x00 := Rep(EdgesOfFace[1][1]);
x00 := PerturbatedBtoH(j,x00);
end if;
Expand Down

0 comments on commit 5b06123

Please sign in to comment.