use the given precision as rationalisation precision

This commit is contained in:
kalmar 2017-06-23 13:30:37 +02:00
parent 709f030cb5
commit fd32ddbe82
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ function check_distance_to_positive_cone(Δ::GroupRingElem, λ, Q, wlen;
info(logger, "")
info(logger, "Projecting columns of rationalized Q to the augmentation ideal...")
δ = eps(λ)
δ = tol
Q_ = (Q, δ)
t = @timed Q_ω = correct_to_augmentation_ideal(Q_)
info(logger, timed_msg(t))