Skip to content

Commit

Permalink
change type of interaction list to Int32
Browse files Browse the repository at this point in the history
  • Loading branch information
rymanderson committed Jun 24, 2024
1 parent 4747672 commit ff37608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ struct InteractionList{TF}
influence_matrices::Vector{Matrix{TF}}
strengths::Vector{TF}
influence::Vector{TF}
direct_list::Vector{SVector{2,Int}}
direct_list::Vector{SVector{2,Int32}}
end

#####
Expand Down

0 comments on commit ff37608

Please sign in to comment.