Skip to content

Commit

Permalink
fix the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
longemen3000 committed Nov 11, 2024
1 parent 120fbf6 commit 4793790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/params/SiteParam.jl
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ function gc_to_comp_sites(param::AssocParam,sites::SiteParam)
for b in 1:length(site_translator_j)
j_gc,b_gc = site_translator_j[b]
#absolute index, relative to the Compressed4DMatrix
idx = validindex(ij_pair,a,b)
idx = validindex(ij_pair,a,b,false)
if idx != 0
ijab1 = param[i_gc,j_gc]
idx_ijab = validindex(ijab1,a_gc,b_gc,false)
Expand Down

0 comments on commit 4793790

Please sign in to comment.