mirror of
https://github.com/kalmarek/SmallHyperbolic
synced 2024-11-23 23:40:28 +01:00
Minor logging correction.
This commit is contained in:
parent
c266d49c59
commit
c74dc0eecc
@ -117,8 +117,7 @@ open(joinpath("log", LOGFILE), "w") do io
|
|||||||
a,b = SL2p_gens(p)
|
a,b = SL2p_gens(p)
|
||||||
a = SL₂{p}(get(parsed_args, "a", a))
|
a = SL₂{p}(get(parsed_args, "a", a))
|
||||||
b = SL₂{p}(get(parsed_args, "b", b))
|
b = SL₂{p}(get(parsed_args, "b", b))
|
||||||
@info "a = " a
|
@info a b
|
||||||
@info "b = " b
|
|
||||||
|
|
||||||
Borel_cosets = let p = p, (a,b) = (a,b)
|
Borel_cosets = let p = p, (a,b) = (a,b)
|
||||||
SL2p, sizes =
|
SL2p, sizes =
|
||||||
|
Loading…
Reference in New Issue
Block a user