Skip to content

Commit 26ec923

Browse files
juliohmsbromberger
authored andcommitted
Rename chksquare to checksquare (#30)
See JuliaLang/julia#14601
1 parent 63af6d7 commit 26ec923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stress.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Compute weighted Laplacian given ideal weights w
125125
Lʷ defined in (4) of the Reference
126126
""" ->
127127
function weightedlaplacian(w)
128-
n = Base.LinAlg.chksquare(w)
128+
n = Base.LinAlg.checksquare(w)
129129
T = eltype(w)
130130
Lw = zeros(T, n, n)
131131
for i=1:n

0 commit comments

Comments
 (0)