1
0
mirror of https://github.com/kalmarek/SmallHyperbolic synced 2024-07-27 21:10:31 +02:00

Minor logging correction.

This commit is contained in:
Stefan Witzel 2020-09-03 14:11:54 +02:00
parent c266d49c59
commit c74dc0eecc

View File

@ -117,8 +117,7 @@ open(joinpath("log", LOGFILE), "w") do io
a,b = SL2p_gens(p)
a = SL₂{p}(get(parsed_args, "a", a))
b = SL₂{p}(get(parsed_args, "b", b))
@info "a = " a
@info "b = " b
@info a b
Borel_cosets = let p = p, (a,b) = (a,b)
SL2p, sizes =