diff --git a/src/stress.jl b/src/stress.jl index 4bb8b93..70bb811 100644 --- a/src/stress.jl +++ b/src/stress.jl @@ -125,7 +125,7 @@ Compute weighted Laplacian given ideal weights w LÊ· defined in (4) of the Reference """ -> function weightedlaplacian(w) - n = Base.LinAlg.chksquare(w) + n = Base.LinAlg.checksquare(w) T = eltype(w) Lw = zeros(T, n, n) for i=1:n