From b8025040a8c08b79e09d02956a5c806c32ad4bff Mon Sep 17 00:00:00 2001 From: Juergen Fuhrmann Date: Tue, 30 Mar 2021 17:59:12 +0200 Subject: [PATCH] bump patch version * tested with VoronoiFVM, Surrogates, GradientRobustMultiPhysics --- Project.toml | 2 +- src/sparsematrixlnk.jl | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index cdae2df..5f57c58 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ExtendableSparse" uuid = "95c220a8-a1cf-11e9-0c77-dbfce5f500b3" authors = ["Juergen Fuhrmann "] -version = "0.4.0" +version = "0.4.1" [deps] DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" diff --git a/src/sparsematrixlnk.jl b/src/sparsematrixlnk.jl index 482f65a..f007343 100644 --- a/src/sparsematrixlnk.jl +++ b/src/sparsematrixlnk.jl @@ -328,7 +328,9 @@ function Base.:+(lnk::SparseMatrixLNK{Tv,Ti},csc::SparseMatrixCSC)::SparseMatrix # jointly sort lnk and csc entries into new matrix data - # this could be replaced in a more transparent manner by joint sorting + # this could be replaced in a more transparent manner by joint sorting: + # make a joint array for csc and lnk col, sort them. + # Will this be faster? colptr[j]=inz jlnk=one(Ti) # counts the entries in col