Skip to content

Commit

Permalink
use normal vector
Browse files Browse the repository at this point in the history
  • Loading branch information
longemen3000 committed Jul 10, 2024
1 parent d94c38d commit 31a94b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/models/SAFT/association.jl
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,8 @@ function __assoc_matrix_solve_static(::Val{N},KK::AbstractMatrix{T1},XX0::Abstra

H = KK
g = XX0
piv = @MVector zeros(Int,N)

#TODO: for the next stable release, use MVector
piv = zeros(Int,N)
for i in (it_ss + 1):max_iters
#@show Xsol
KX = K*Xsol
Expand Down

0 comments on commit 31a94b0

Please sign in to comment.