Skip to content

Commit

Permalink
Update grid_general.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar authored Sep 24, 2023
1 parent 27583ad commit 8a16078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spaces/grid_general.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ end

npositions(space::AbstractGridSpace) = length(space.stored_ids)

# ALright, so here is the design for basic nearby_stuff looping.
# ALright, so here is the design for basic nearby_stuff looping.
# We initialize a vector of tuples of indices within radius `r` from origin position.
# We store this vector. When we have to loop over nearby_stuff, we call this vector
# and add it to the given position. That is what the concrete implementations of
Expand Down

0 comments on commit 8a16078

Please sign in to comment.