From 6448d972f974e73effb305ef2954ba18692a9bb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Hoffimann?= Date: Tue, 28 Mar 2017 12:33:45 -0700 Subject: [PATCH] Rename chksquare to checksquare See https://github.com/JuliaLang/julia/pull/14601 --- src/stress.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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