1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-09-13 00:30:39 +02:00

use the new interpret results

This commit is contained in:
kalmarek 2018-08-20 04:02:04 +02:00
parent 6c247e73fc
commit db6fe7f2cf

View File

@ -215,5 +215,5 @@ function check_property_T(sett::Settings)
isapprox(eigvals(P), abs.(eigvals(P)), atol=sett.tol) ||
warn("The solution matrix doesn't seem to be positive definite!")
return interpret_results(sett.name, sett.S, sett.radius, λ, P)
return interpret_results(sett.name, Δ, sett.radius, length(sett.S), λ, P)
end