Skip to content

Commit

Permalink
🤖 Format .jl files (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: juliohm <[email protected]>
  • Loading branch information
github-actions[bot] and juliohm authored Jan 9, 2025
1 parent 7a03311 commit a6a5e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theoretical/variogram.jl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function pairwise!(Γ, γ::Variogram, domain)
end

# upper triangular entries
@inbounds for j in 1:n*k
@inbounds for j in 1:(n * k)
for i in 1:(j - 1)
Γ[i, j] = Γ[j, i]
end
Expand Down

0 comments on commit a6a5e41

Please sign in to comment.